Home
last modified time | relevance | path

Searched refs:DoUnwind2 (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dcallstack.h128 …bool DoUnwind2(const VirtualThread &thread, std::vector<DfxFrame> &callStack, size_t maxStackLevel…
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h112 …bool DoUnwind2(const VirtualThread &thread, std::vector<CallFrame> &callStack, size_t maxStackLeve…
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp478 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/
Dcallstack.cpp510 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