Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dunique_stack_table.h59 struct UniStackTableInfo { struct
Dperf_file_format.h254 std::vector<UniStackTableInfo> uniStackTableInfos_;
Dvirtual_runtime.h120 void ImportUniqueStackNodes(const std::vector<UniStackTableInfo>&);
/developtools/hiperf/src/
Dperf_file_format.cpp325 UniStackTableInfo& stackTable = uniStackTableInfos_.emplace_back(); in PerfFileSectionUniStackTable()
Dvirtual_runtime.cpp1068 void VirtualRuntime::ImportUniqueStackNodes(const std::vector<UniStackTableInfo>& uniStackTableInfo… in ImportUniqueStackNodes()
1070 for (const UniStackTableInfo& item : uniStackTableInfos) { in ImportUniqueStackNodes()