perf session: There is no need for a per session hists instance
[platform/adaptation/renesas_rcar/renesas_kernel.git] / tools / perf / util / session.h
index 426ca0c..57066cb 100644 (file)
@@ -34,11 +34,7 @@ struct perf_session {
        struct rb_root          machines;
        struct perf_evlist      *evlist;
        struct pevent           *pevent;
-       /*
-        * FIXME: Need to split this up further, we need global
-        *        stats + per event stats.
-        */
-       struct hists            hists;
+       struct events_stats     stats;
        int                     fd;
        bool                    fd_pipe;
        bool                    repipe;