Home
last modified time | relevance | path

Searched refs:nrIds (Results 1 - 1 of 1) sorted by relevance

/developtools/hiperf/src/
H A Dperf_file_format.cpp484 uint32_t nrIds = 0; local
485 if (!Read(nrIds)) {
487 } else if (nrIds == 0) {
488 HLOGW("nrIds is not correct ! %u", nrIds);
490 } else if (nrIds > maxIds) {
491 HLOGW("nrIds is too large ! %u", nrIds);
494 eventDesc.ids.resize(nrIds, 0);
495 CHECK_TRUE(!Read(reinterpret_cast<char*>(eventDesc.ids.data()), sizeof(uint64_t) * nrIds), NO_RETVA
[all...]

Completed in 2 milliseconds