Searched refs:RegSet (Results 1 – 7 of 7) sorted by relevance
/system/extras/simpleperf/ |
D | perf_regs.h | 90 struct RegSet { struct 95 RegSet CreateRegSet(int abi, uint64_t valid_mask, const uint64_t* valid_regs); argument 97 bool GetRegValue(const RegSet& regs, size_t regno, uint64_t* value); 98 bool GetSpRegValue(const RegSet& regs, ArchType arch, uint64_t* value);
|
D | perf_regs.cpp | 170 RegSet CreateRegSet(int abi, uint64_t valid_mask, const uint64_t* valid_regs) { in CreateRegSet() 171 RegSet regs; in CreateRegSet() 187 void SetIpReg(ArchType arch, uint64_t ip, RegSet* regs) { in SetIpReg() 207 bool GetRegValue(const RegSet& regs, size_t regno, uint64_t* value) { in GetRegValue() 216 bool GetSpRegValue(const RegSet& regs, ArchType arch, uint64_t* value) { in GetSpRegValue()
|
D | dwarf_unwind.h | 30 std::vector<uint64_t> UnwindCallChain(int abi, const ThreadEntry& thread, const RegSet& regs,
|
D | dwarf_unwind.cpp | 34 static ucontext_t BuildUContextFromRegs(const RegSet& regs __attribute__((unused))) { in BuildUContextFromRegs() 98 const RegSet& regs, const char* stack, in UnwindCallChain()
|
D | sample_tree.h | 111 RegSet regs = CreateRegSet(r.regs_user_data.abi, in ProcessSampleRecord()
|
D | cmd_record.cpp | 917 RegSet regs = CreateRegSet(r.regs_user_data.abi, in UnwindRecord()
|
/system/extras/simpleperf/nonlinux_support/ |
D | nonlinux_support.cpp | 23 std::vector<uint64_t> UnwindCallChain(int, const ThreadEntry&, const RegSet&, in UnwindCallChain() argument
|