Home
last modified time | relevance | path

Searched refs:tableSize (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/include/
Dunique_stack_table.h61 uint32_t tableSize; member
/developtools/hiperf/src/
Dperf_file_format.cpp328 Read(stackTable.tableSize); in PerfFileSectionUniStackTable()
329 HLOGV("tableSize %" PRIu32 " ", stackTable.tableSize); in PerfFileSectionUniStackTable()
Dsubcommand_dump.cpp574 PrintIndent(LEVEL2, "tableSize: %" PRIu32 "\n", uniStackTableInfo.tableSize); in DumpUniqueStackTableNode()
Dvirtual_runtime.cpp1071 auto stackTable = std::make_shared<UniqueStackTable>(item.pid, item.tableSize); in ImportUniqueStackNodes()