perf tools: Add trace-event object
[deliverable/linux.git] / tools / perf / util / session.h
index 7e5d439864745e3ecc5aa455d4157014582c9eb7..004d3e8116aaa5eec952f177bced7f045df492db 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __PERF_SESSION_H
 #define __PERF_SESSION_H
 
+#include "trace-event.h"
 #include "hist.h"
 #include "event.h"
 #include "header.h"
@@ -32,7 +33,7 @@ struct perf_session {
        struct perf_header      header;
        struct machines         machines;
        struct perf_evlist      *evlist;
-       struct pevent           *pevent;
+       struct trace_event      tevent;
        struct events_stats     stats;
        bool                    repipe;
        struct ordered_samples  ordered_samples;
This page took 0.030408 seconds and 5 git commands to generate.