Searched defs:callFrames (Results 1 – 5 of 5) sorted by relevance
/developtools/profiler/device/plugins/native_daemon/src/ |
D | stack_preprocess.cpp | 305 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()
|
D | virtual_runtime.cpp | 124 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/ |
D | callstack_test.cpp | 106 std::vector<CallFrame> callFrames; variable
|
/developtools/hiperf/test/unittest/common/native/ |
D | callstack_test.cpp | 670 std::vector<CallFrame> callFrames; variable
|
/developtools/hiperf/src/ |
D | callstack.cpp | 602 size_t CallStack::ExpandCallStack(pid_t tid, std::vector<CallFrame> &callFrames, size_t expandLimit) in ExpandCallStack()
|