Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dperf_file_format.cpp316 uint32_t processTableCount; in PerfFileSectionUniStackTable() local
318 if (!Read(processTableCount)) { in PerfFileSectionUniStackTable()
322 HLOGV("processTableCount %" PRIu32 "\n", processTableCount); in PerfFileSectionUniStackTable()
324 for (uint32_t i = 0; i < processTableCount; ++i) { in PerfFileSectionUniStackTable()