Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dunique_stack_table.cpp119 uint64_t UniqueStackTable::PutIpsInTable(StackId *stackId, const u64 *ips, const u64 nr) in PutIpsInTable()
155 Node* UniqueStackTable::GetFrame(uint64_t stackId) in GetFrame()
164 bool UniqueStackTable::GetIpsByStackId(const StackId stackId, std::vector<u64>& ips) in GetIpsByStackId()
Dvirtual_runtime.cpp378 StackId stackId; in DedupFromRecord() local
/developtools/hiperf/test/unittest/common/native/
Dunique_stack_table_test.cpp78 StackId stackId = {0}; variable
115 StackId stackId = {0}; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp546 uint32_t stackId = 0; in SetCallStackMap() local
626 uint32_t stackId = FindCallStackId(g_callStack); in GetCallStackId() local
716 uint32_t stackId = FindCallStackId(g_callStack); in SetAllocStatisticsFrame() local
745 uint32_t stackId = FindCallStackId(g_callStack); in SetAllocStatisticsFrame() local
909 inline void StackPreprocess::SetAllocStatisticsData(const HookRecordPtr& hookRecord, size_t stackId in SetAllocStatisticsData()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp747 void NativeHookFilter::UpdateReparseStack(uint64_t stackId, std::shared_ptr<std::vector<uint64_t>> … in UpdateReparseStack()