Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dstack_builder.cpp24 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()
Dstack_preprocess.cpp314 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()
Dvirtual_runtime.cpp129 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/
Dstack_builder.h36 virtual void ReplaceErrStack(std::vector<CallFrame>& callFrames) {}; in ReplaceErrStack()
Dhook_record.h60 std::vector<CallFrame>* callFrames = nullptr; member
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dcallstack_test.cpp69 std::vector<CallFrame> callFrames; variable
/developtools/hiperf/test/unittest/common/native/
Dcallstack_test.cpp629 std::vector<DfxFrame> callFrames; variable
/developtools/hiperf/src/
Dcallstack.cpp209 size_t CallStack::ExpandCallStack(const pid_t tid, std::vector<DfxFrame> &callFrames, const size_t … in ExpandCallStack()