Searched refs:regs_ (Results 1 – 4 of 4) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | call_stack.cpp | 314 …CHECK_TRUE(RegisterGetValue(val, unwindInfoPtr->callStack.regs_, perfRegIndex, unwindInfoPtr->call… in AccessReg() 444 regs_ = regs; in UnwindCallStack() 450 UpdateRegForABI(arch_, regs_); in UnwindCallStack() 451 if (!RegisterGetSPValue(stackPoint_, arch_, regs_, regsNum_)) { in UnwindCallStack() 460 if (!GetIpSP(ip, sp, regs_, regsNum_)) { in UnwindCallStack()
|
| /developtools/hiperf/src/ |
| D | callstack.cpp | 331 if (!RegisterGetValue(val, unwindInfoPtr->callStack.regs_, static_cast<size_t>(perfRegIndex), in AccessReg() 474 regs_ = regs; in UnwindCallStack() 480 UpdateRegForABI(arch_, regs_); in UnwindCallStack() 481 if (!RegisterGetSPValue(stackPoint_, arch_, regs_, regsNum_)) { in UnwindCallStack() 491 if (!GetIpSP(ip, sp, regs_, regsNum_)) { in UnwindCallStack()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | call_stack.h | 46 u64 *regs_ = nullptr; // not const , be cause we will fix it for arm64 cpu in UpdateRegForABI variable
|
| /developtools/hiperf/include/ |
| D | callstack.h | 66 u64 *regs_ = nullptr; // not const , be cause we will fix it for arm64 cpu in UpdateRegForABI variable
|