Lines Matching refs:eventCount
92 void ReportJsonFile::UpdateReportSample(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount) in UpdateReportSample() argument
96 config.eventCount_ += eventCount; in UpdateReportSample()
98 process.eventCount_ += eventCount; in UpdateReportSample()
100 thread.eventCount_ += eventCount; in UpdateReportSample()
105 void ReportJsonFile::AddReportCallStack(uint64_t eventCount, ReportCallNodeItem &callNode, in AddReportCallStack() argument
123 grandchildren.selfEventCount_ += eventCount; in AddReportCallStack()
137 void ReportJsonFile::AddReportCallStackReverse(uint64_t eventCount, ReportCallNodeItem &callNode, in AddReportCallStackReverse() argument
154 grandchildren.selfEventCount_ += eventCount; in AddReportCallStackReverse()
191 void ReportJsonFile::UpdateReportCallStack(uint64_t id, pid_t pid, pid_t tid, uint64_t eventCount, in UpdateReportCallStack() argument
225 func.subTreeEventCount_ += eventCount; in UpdateReportCallStack()
229 func.eventCount_ += eventCount; in UpdateReportCallStack()
231 lib.eventCount_ += eventCount; in UpdateReportCallStack()
243 AddReportCallStackReverse(eventCount, thread.callNode, frames); in UpdateReportCallStack()
244 AddReportCallStack(eventCount, thread.callNodeReverse, frames); in UpdateReportCallStack()