Searched refs:totalEventCount (Results 1 – 2 of 2) sorted by relevance
162 uint64_t totalEventCount = 0; // just for debug check in UpdateReportItemsAfterAdjust() local165 totalEventCount += item.eventCount_; in UpdateReportItemsAfterAdjust()174 totalEventCount, config.eventCount_); in UpdateReportItemsAfterAdjust()175 HLOG_ASSERT(totalEventCount == config.eventCount_); in UpdateReportItemsAfterAdjust()402 uint64_t totalEventCount) in OutputStdCallFrame() argument404 float heat = Percentage(eventCount, totalEventCount); in OutputStdCallFrame()421 fprintf(output_, "%" PRIu64 "/%" PRIu64 " %s\n", eventCount, totalEventCount, in OutputStdCallFrame()452 uint64_t totalEventCount) in OutputStdCallFrames() argument464 if (!OutputStdCallFrame(indent, callFrame.func_, callFrame.eventCount_, totalEventCount)) { in OutputStdCallFrames()
555 uint64_t totalEventCount);557 uint64_t totalEventCount);