Searched refs:regsNum (Results 1 - 4 of 4) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | call_stack.h | 44 bool UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum,
|
/developtools/hiperf/include/ |
H A D | callstack.h | 58 bool UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum,
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | call_stack.cpp | 440 bool CallStack::UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum,
in UnwindCallStack() argument 445 regsNum_ = regsNum;
in UnwindCallStack()
|
/developtools/hiperf/src/ |
H A D | callstack.cpp | 468 bool CallStack::UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum, in UnwindCallStack() argument 473 regsNum_ = regsNum; in UnwindCallStack()
|
Completed in 4 milliseconds