Searched refs:DoUnwind2 (Results 1 – 4 of 4) sorted by relevance
/developtools/hiperf/include/ |
D | callstack.h | 128 …bool DoUnwind2(const VirtualThread &thread, std::vector<DfxFrame> &callStack, size_t maxStackLevel…
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | call_stack.h | 112 …bool DoUnwind2(const VirtualThread &thread, std::vector<CallFrame> &callStack, size_t maxStackLeve…
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | call_stack.cpp | 478 return DoUnwind2(thread, callStack, maxStackLevel, maxjsDepth); in UnwindCallStack() 502 bool CallStack::DoUnwind2(const VirtualThread &thread, std::vector<CallFrame> &callStack, in DoUnwind2() function in OHOS::Developtools::NativeDaemon::CallStack
|
/developtools/hiperf/src/ |
D | callstack.cpp | 510 return DoUnwind2(thread, callStack, maxStackLevel); in UnwindCallStack() 657 bool CallStack::DoUnwind2(const VirtualThread &thread, std::vector<DfxFrame> &callStack, in DoUnwind2() function in OHOS::Developtools::HiPerf::CallStack
|