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 48c2cc9dae4f..8577085db067 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
@@ -160,4 +160,6 @@ int event__preprocess_sample(const event_t *self, struct perf_session *session, | |||
160 | struct addr_location *al, symbol_filter_t filter); | 160 | struct addr_location *al, symbol_filter_t filter); |
161 | int event__parse_sample(event_t *event, u64 type, struct sample_data *data); | 161 | int event__parse_sample(event_t *event, u64 type, struct sample_data *data); |
162 | 162 | ||
163 | extern const char *event__name[]; | ||
164 | |||
163 | #endif /* __PERF_RECORD_H */ | 165 | #endif /* __PERF_RECORD_H */ |