Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dunique_stack_table.cpp117 uint64_t UniqueStackTable::PutIpsInTable(StackId *stackId, u64 *ips, u64 nr) in PutIpsInTable()
158 Node* UniqueStackTable::GetFrame(uint64_t stackId) in GetFrame()
170 bool UniqueStackTable::GetIpsByStackId(StackId stackId, std::vector<u64>& ips) in GetIpsByStackId()
Dvirtual_runtime.cpp361 StackId stackId; in DedupFromRecord() local
/developtools/hiperf/test/unittest/common/native/
Dunique_stack_table_test.cpp80 StackId stackId = {0}; variable
119 StackId stackId = {0}; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp423 uint32_t stackId = 0; in SetCallStackMap() local
473 uint32_t stackId = FindCallStackId(callStack_); in GetCallStackId() local
520 uint32_t stackId = FindCallStackId(callStack_); in SetAllocStatisticsFrame() local
541 uint32_t stackId = FindCallStackId(callStack_); in SetAllocStatisticsFrame() local
711 inline void StackPreprocess::SetAllocStatisticsData(const RawStackPtr& rawStack, size_t stackId, bo… in SetAllocStatisticsData()