Lines Matching refs:ReportItemCallFrame
34 class ReportItemCallFrame {
41 std::vector<ReportItemCallFrame> childs;
42 ReportItemCallFrame(std::string_view func, uint64_t vaddr, std::string_view dso, in ReportItemCallFrame() function
52 bool operator==(const ReportItemCallFrame &b) const
57 bool operator!=(const ReportItemCallFrame &b) const
62 static int CompareSortingEventCount(const ReportItemCallFrame &a, const ReportItemCallFrame &b) in CompareSortingEventCount()
67 static void OrderCallFrames(std::vector<ReportItemCallFrame> &callframes, int indent = 2)
72 &ReportItemCallFrame::CompareSortingEventCount);
84 static void DumpCallFrames(std::vector<ReportItemCallFrame> &callframes, int indent = 2)
104 bool Same(const ReportItemCallFrame &b) const in Same()
122 std::vector<ReportItemCallFrame> callStacks_;
554 void OutputStdCallFrames(int indent, const ReportItemCallFrame &callFrames,