Home
last modified time | relevance | path

Searched refs:selfEventCount_ (Results 1 – 5 of 5) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp323 callnode.selfEventCount_ = 2;
333 callnode2.selfEventCount_ = 4;
342 callnode3.selfEventCount_ = 6;
368 callnode.selfEventCount_ = 2;
372 callnode2.selfEventCount_ = 4;
376 callnode3.selfEventCount_ = 6;
/developtools/hiperf/include/
Dreport_json_file.h225 uint64_t selfEventCount_ = 0; member
239 OutputJsonPair(output, "selfEvents", selfEventCount_, true); in OutputJson()
255 subTreeEventCount_ = selfEventCount_; in UpdateChildrenEventCount()
Dreport.h40 uint64_t selfEventCount_ = 0; // call chain event end in this function variable
48 selfEventCount_(selfEventCount) in ReportItemCallFrame()
100 selfEventCount_, func_.data(), dso_.data(), vaddr_, childs.size()); in ToDebugString()
/developtools/hiperf/src/
Dreport.cpp269 leftFrameIt->selfEventCount_ += rightFrame.selfEventCount_; in MergeCallFrameCount()
470 if (callFrame.selfEventCount_ != 0 and callFrame.selfEventCount_ != callFrame.eventCount_) { in OutputStdCallFrames()
472 callFrame.selfEventCount_, callFrame.eventCount_); in OutputStdCallFrames()
Dreport_json_file.cpp123 grandchildren.selfEventCount_ += eventCount; in AddReportCallStack()
154 grandchildren.selfEventCount_ += eventCount; in AddReportCallStackReverse()