Home
last modified time | relevance | path

Searched refs:StackId (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dunique_stack_table_test.cpp80 StackId stackId = {0};
81 StackId stackIdpart = {0};
82 StackId stackIdpart1 = {0};
119 StackId stackId = {0};
/developtools/hiperf/include/
Dunique_stack_table.h66 union StackId { union
94 uint64_t PutIpsInTable(StackId *stackId, u64 *ips, u64 nr);
95 bool GetIpsByStackId(const StackId stackId, std::vector<u64>& ips);
Dperf_event_record.h247 StackId stackId_ {0};
/developtools/hiperf/src/
Dunique_stack_table.cpp117 uint64_t UniqueStackTable::PutIpsInTable(StackId *stackId, u64 *ips, u64 nr) in PutIpsInTable()
170 bool UniqueStackTable::GetIpsByStackId(StackId stackId, std::vector<u64>& ips) in GetIpsByStackId()
Dvirtual_runtime.cpp361 StackId stackId; in DedupFromRecord()