Searched defs:callFrames (Results 1 – 8 of 8) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | stack_builder.cpp | 24 void StackBuilder::FillStatsVirtualFrames(std::vector<CallFrame>& callFrames, HookRecordPtr hookRec… in FillStatsVirtualFrames() 47 void FpStackBuilder::FillIps(std::vector<CallFrame>& callFrames, HookRecordPtr hookRecord) in FillIps() 80 void FpStackBuilder::FillJsSymbols(std::vector<CallFrame>& callFrames, HookRecordPtr hookRecord) in FillJsSymbols() 118 void FpStackBuilder::FillNativeSymbols(std::vector<CallFrame>& callFrames, HookRecordPtr hookRecord) in FillNativeSymbols() 144 void DwarfStackBuilder::FillIps(std::vector<CallFrame>& callFrames, HookRecordPtr hookRecord) in FillIps() 169 void DwarfStackBuilder::FillJsSymbols(std::vector<CallFrame>& callFrames, HookRecordPtr hookRecord) in FillJsSymbols() 180 void DwarfStackBuilder::FillNativeSymbols(std::vector<CallFrame>& callFrames, HookRecordPtr hookRec… in FillNativeSymbols() 197 void DwarfStackBuilder::ReplaceErrStack(std::vector<CallFrame>& callFrames) in ReplaceErrStack()
|
| D | stack_preprocess.cpp | 314 auto& callFrames = g_director->ConstructCallFrames(hookRecord); in TakeResultsFromShmem() local 430 auto& callFrames = g_director->ConstructCallFrames(hookRecord); in TakeResults() local 508 inline void StackPreprocess::FillOfflineCallStack(std::vector<CallFrame>& callFrames, size_t idx, T… in FillOfflineCallStack() 521 inline void StackPreprocess::FillCallStack(std::vector<CallFrame>& callFrames, size_t idx, T& stack… in FillCallStack() 578 …tackPreprocess::GetCallStackId(const HookRecordPtr& hookRecord, std::vector<CallFrame>& callFrames, in GetCallStackId() 661 void StackPreprocess::FillNapiStack(std::string& tagName, std::vector<CallFrame>& callFrames, uint6… in FillNapiStack() 676 …ocess::SetAllocStatisticsFrame(const HookRecordPtr& hookRecord, std::vector<CallFrame>& callFrames, in SetAllocStatisticsFrame() 800 …process::SetApplyAndReleaseMatchFrame(HookRecordPtr hookRecord, std::vector<CallFrame>& callFrames, in SetApplyAndReleaseMatchFrame() 835 void StackPreprocess::SetHookData(HookRecordPtr hookRecord, std::vector<CallFrame>& callFrames, T& … in SetHookData() 960 …id StackPreprocess::WriteFrames(HookRecordPtr hookRecord, const std::vector<CallFrame>& callFrames) in WriteFrames()
|
| D | virtual_runtime.cpp | 129 bool VirtualRuntime::GetSymbolName(pid_t pid, pid_t tid, std::vector<CallFrame>& callFrames, int of… in GetSymbolName() 214 std::vector<CallFrame>& callFrames, in UnwindStack()
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | stack_builder.h | 36 virtual void ReplaceErrStack(std::vector<CallFrame>& callFrames) {}; in ReplaceErrStack()
|
| D | hook_record.h | 60 std::vector<CallFrame>* callFrames = nullptr; member
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | callstack_test.cpp | 69 std::vector<CallFrame> callFrames; variable
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | callstack_test.cpp | 629 std::vector<DfxFrame> callFrames; variable
|
| /developtools/hiperf/src/ |
| D | callstack.cpp | 209 size_t CallStack::ExpandCallStack(const pid_t tid, std::vector<DfxFrame> &callFrames, const size_t … in ExpandCallStack()
|