Home
last modified time | relevance | path

Searched refs:sectioniStackTable (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dsubcommand_dump.cpp553 const PerfFileSectionUniStackTable *sectioniStackTable = in DumpFeaturePortion() local
555 if (sectioniStackTable != nullptr) { in DumpFeaturePortion()
556 DumpUniqueStackTableNode(LEVEL1, *sectioniStackTable); in DumpFeaturePortion()
Dsubcommand_report.cpp311 PerfFileSectionUniStackTable *sectioniStackTable = in ProcessUniStackTableData() local
313 GetReport().virtualRuntime_.ImportUniqueStackNodes(sectioniStackTable->uniStackTableInfos_); in ProcessUniStackTableData()