Lines Matching refs:eventCount_
90 configs_[configIndex].eventCount_ += sample.data_.period;
115 configs_[configIndex].eventCount_ += sample.data_.bnr;
153 config.eventCount_ -= itemIt->eventCount_;
175 item.heat = Percentage(item.eventCount_, config.eventCount_);
176 totalEventCount += item.eventCount_;
178 item.ToDebugString().c_str(), item.heat, item.eventCount_, config.eventCount_);
185 totalEventCount, config.eventCount_);
186 HLOG_ASSERT(totalEventCount == config.eventCount_);
263 uint64_t maxEventCount = leftItem.eventCount_;
275 HLOG_ASSERT(leftCallFrame.eventCount_ <= maxEventCount);
281 leftFrameIt->eventCount_ += rightFrame.eventCount_;
285 HLOGM("%*s udpate frame +%" PRIu64 " %s in %s", level, "", rightFrame.eventCount_,
287 HLOG_ASSERT_MESSAGE(leftFrameIt->eventCount_ <= maxEventCount,
289 maxEventCount = leftFrameIt->eventCount_;
300 l.eventCount_ += r.eventCount_;
301 HLOGM("l %" PRIu64 " %s c:%zu vs r %" PRIu64 " %s c:%zu", l.eventCount_, l.func_.data(),
302 l.callStacks_.size(), r.eventCount_, r.func_.data(), r.callStacks_.size());
352 fprintf(output_, "%" PRIu64 "\n", config.eventCount_);
455 CHECK_TRUE(!OutputStdCallFrame(indent, callFrame.func_, callFrame.eventCount_, totalEventCount),
459 if (callFrame.selfEventCount_ != 0 and callFrame.selfEventCount_ != callFrame.eventCount_) {
461 callFrame.selfEventCount_, callFrame.eventCount_);
467 callFrame.childs[0].eventCount_ == callFrame.eventCount_) {
470 OutputStdCallFrames(indent, callFrame.childs[0], callFrame.eventCount_);
475 OutputStdCallFrames(indent + CALLSTACK_INDENT, childCallFrame, callFrame.eventCount_);
499 OutputStdCallFrames(CALLSTACK_INDENT, callFrame, reportItem.eventCount_);