Home
last modified time | relevance | path

Searched defs:RegSet (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dperf_regs.h79 struct RegSet { struct
84 RegSet CreateRegSet(uint64_t valid_mask, const std::vector<uint64_t>& valid_regs); argument
/system/extras/simpleperf/nonlinux_support/
Dnonlinux_support.cpp23 std::vector<uint64_t> UnwindCallChain(ArchType, const ThreadEntry&, const RegSet&, in UnwindCallChain()