Searched refs:numNodes (Results 1 – 3 of 3) sorted by relevance
62 uint32_t numNodes; member
330 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()
575 PrintIndent(LEVEL2, "numNodes: %" PRIu32 "\n", uniStackTableInfo.numNodes); in DumpUniqueStackTableNode()