perf session: There is no need for a per session hists instance
[deliverable/linux.git] / tools / perf / util / session.h
index 426ca0c3c5b64b53a5360814678bbf3b3a1e3039..57066cb867a6cd67851f19bb5001cd75e11b454c 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;
This page took 0.025027 seconds and 5 git commands to generate.