diff options
Diffstat (limited to 'tools/perf/util/session.h')
-rw-r--r-- | tools/perf/util/session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/session.h b/tools/perf/util/session.h index 5771ccb3fe03..585937b6f9ee 100644 --- a/tools/perf/util/session.h +++ b/tools/perf/util/session.h | |||
@@ -20,6 +20,7 @@ struct perf_session { | |||
20 | struct thread *last_match; | 20 | struct thread *last_match; |
21 | struct events_stats events_stats; | 21 | struct events_stats events_stats; |
22 | unsigned long event_total[PERF_RECORD_MAX]; | 22 | unsigned long event_total[PERF_RECORD_MAX]; |
23 | unsigned long unknown_events; | ||
23 | struct rb_root hists; | 24 | struct rb_root hists; |
24 | u64 sample_type; | 25 | u64 sample_type; |
25 | int fd; | 26 | int fd; |
@@ -40,7 +41,6 @@ struct perf_event_ops { | |||
40 | event_op process_read_event; | 41 | event_op process_read_event; |
41 | event_op process_throttle_event; | 42 | event_op process_throttle_event; |
42 | event_op process_unthrottle_event; | 43 | event_op process_unthrottle_event; |
43 | unsigned long total_unknown; | ||
44 | bool full_paths; | 44 | bool full_paths; |
45 | }; | 45 | }; |
46 | 46 | ||