Searched refs:tableSize (Results 1 – 4 of 4) sorted by relevance
61 uint32_t tableSize; member
328 Read(stackTable.tableSize); in PerfFileSectionUniStackTable()329 HLOGV("tableSize %" PRIu32 " ", stackTable.tableSize); in PerfFileSectionUniStackTable()
574 PrintIndent(LEVEL2, "tableSize: %" PRIu32 "\n", uniStackTableInfo.tableSize); in DumpUniqueStackTableNode()
1071 auto stackTable = std::make_shared<UniqueStackTable>(item.pid, item.tableSize); in ImportUniqueStackNodes()