Lines Matching defs:totalEventCount
173 uint64_t totalEventCount = 0; // just for debug check
176 totalEventCount += item.eventCount_;
184 HLOGV("recalc totalEventCount is %" PRIu64 " old totalEventCount is %" PRIu64 "",
185 totalEventCount, config.eventCount_);
186 HLOG_ASSERT(totalEventCount == config.eventCount_);
396 uint64_t totalEventCount)
398 float heat = Percentage(eventCount, totalEventCount);
412 fprintf(output_, "%" PRIu64 "/%" PRIu64 " %s\n", eventCount, totalEventCount,
442 void Report::OutputStdCallFrames(int indent, const ReportItemCallFrame &callFrame, uint64_t totalEventCount)
455 CHECK_TRUE(!OutputStdCallFrame(indent, callFrame.func_, callFrame.eventCount_, totalEventCount),