diff options
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r-- | tools/perf/util/event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index b896a177ea41..e5740ea140ab 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
@@ -87,6 +87,7 @@ enum perf_header_event_type { /* above any possible kernel type */ | |||
87 | PERF_RECORD_HEADER_ATTR = 64, | 87 | PERF_RECORD_HEADER_ATTR = 64, |
88 | PERF_RECORD_HEADER_EVENT_TYPE = 65, | 88 | PERF_RECORD_HEADER_EVENT_TYPE = 65, |
89 | PERF_RECORD_HEADER_TRACING_DATA = 66, | 89 | PERF_RECORD_HEADER_TRACING_DATA = 66, |
90 | PERF_RECORD_HEADER_BUILD_ID = 67, | ||
90 | PERF_RECORD_HEADER_MAX | 91 | PERF_RECORD_HEADER_MAX |
91 | }; | 92 | }; |
92 | 93 | ||
@@ -125,6 +126,7 @@ typedef union event_union { | |||
125 | struct attr_event attr; | 126 | struct attr_event attr; |
126 | struct event_type_event event_type; | 127 | struct event_type_event event_type; |
127 | struct tracing_data_event tracing_data; | 128 | struct tracing_data_event tracing_data; |
129 | struct build_id_event build_id; | ||
128 | } event_t; | 130 | } event_t; |
129 | 131 | ||
130 | struct events_stats { | 132 | struct events_stats { |