aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/session.h')
-rw-r--r--tools/perf/util/session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h
index 0dac1f4457d3..0739ebbbf9fd 100644
--- a/tools/perf/util/session.h
+++ b/tools/perf/util/session.h
@@ -46,7 +46,8 @@ struct perf_event_ops {
46 throttle, 46 throttle,
47 unthrottle, 47 unthrottle,
48 attr, 48 attr,
49 event_type; 49 event_type,
50 tracing_data;
50}; 51};
51 52
52struct perf_session *perf_session__new(const char *filename, int mode, bool force); 53struct perf_session *perf_session__new(const char *filename, int mode, bool force);