Lines Matching defs:ReportItemCallFrame
34 class ReportItemCallFrame {
41 std::vector<ReportItemCallFrame> childs;
42 ReportItemCallFrame(std::string func, uint64_t vaddr, std::string dso,
52 bool operator==(const ReportItemCallFrame &b) const
57 bool operator!=(const ReportItemCallFrame &b) const
62 static int CompareSortingEventCount(const ReportItemCallFrame &a, const ReportItemCallFrame &b)
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
122 std::vector<ReportItemCallFrame> callStacks_;
553 void OutputStdCallFrames(int indent, const ReportItemCallFrame &callFrame, uint64_t totalEventCount);