Home
last modified time | relevance | path

Searched refs:numNodes (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/include/
Dunique_stack_table.h62 uint32_t numNodes; member
/developtools/hiperf/src/
Dperf_file_format.cpp330 Read(stackTable.numNodes); in PerfFileSectionUniStackTable()
331 HLOGV("numNodes %" PRIu32 " ", stackTable.numNodes); in PerfFileSectionUniStackTable()
332 for (size_t j = 0; j < stackTable.numNodes; j++) { in PerfFileSectionUniStackTable()
Dsubcommand_dump.cpp575 PrintIndent(LEVEL2, "numNodes: %" PRIu32 "\n", uniStackTableInfo.numNodes); in DumpUniqueStackTableNode()