Home
last modified time | relevance | path

Searched defs:callFrames (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp305 inline void StackPreprocess::FillOfflineCallStack(std::vector<CallFrame>& callFrames, size_t idx) in FillOfflineCallStack()
312 inline void StackPreprocess::FillCallStack(std::vector<CallFrame>& callFrames, in FillCallStack()
349 std::vector<CallFrame>& callFrames, in GetCallStackId()
378 std::vector<CallFrame>& callFrames, in SetEventFrame()
406 std::vector<CallFrame>& callFrames, in SetAllocStatisticsFrame()
429 std::vector<CallFrame>& callFrames, BatchNativeHookData& batchNativeHookData) in SetHookData()
588 void StackPreprocess::WriteFrames(RawStackPtr rawStack, const std::vector<CallFrame>& callFrames) in WriteFrames()
Dvirtual_runtime.cpp124 bool VirtualRuntime::GetSymbolName(pid_t pid, pid_t tid, std::vector<CallFrame>& callFrames, int of… in GetSymbolName()
195 std::vector<CallFrame>& callFrames, in UnwindStack()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dcallstack_test.cpp106 std::vector<CallFrame> callFrames; variable
/developtools/hiperf/test/unittest/common/native/
Dcallstack_test.cpp670 std::vector<CallFrame> callFrames; variable
/developtools/hiperf/src/
Dcallstack.cpp602 size_t CallStack::ExpandCallStack(pid_t tid, std::vector<CallFrame> &callFrames, size_t expandLimit) in ExpandCallStack()