Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dcallstack.h124 bool DoUnwind(const VirtualThread &thread, std::vector<DfxFrame> &callStack,
/developtools/profiler/device/plugins/native_daemon/include/
Dcall_stack.h105 bool DoUnwind(const VirtualThread &thread, std::vector<CallFrame> &callStack,
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp410 bool CallStack::DoUnwind(const VirtualThread &thread, std::vector<CallFrame> &callStack, in DoUnwind() function in OHOS::Developtools::NativeDaemon::CallStack
476 return DoUnwind(thread, callStack, maxStackLevel); in UnwindCallStack()
/developtools/hiperf/src/
Dcallstack.cpp439 bool CallStack::DoUnwind(const VirtualThread &thread, std::vector<DfxFrame> &callStack, in DoUnwind() function in OHOS::Developtools::HiPerf::CallStack
508 return DoUnwind(thread, callStack, maxStackLevel); in UnwindCallStack()