diff options
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r-- | tools/perf/util/event.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 2b7e91902f10..d79e4edd82f9 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
@@ -169,9 +169,10 @@ struct addr_location; | |||
169 | int event__preprocess_sample(const event_t *self, struct perf_session *session, | 169 | int event__preprocess_sample(const event_t *self, struct perf_session *session, |
170 | struct addr_location *al, struct sample_data *data, | 170 | struct addr_location *al, struct sample_data *data, |
171 | symbol_filter_t filter); | 171 | symbol_filter_t filter); |
172 | int event__parse_sample(const event_t *event, struct perf_session *session, | ||
173 | struct sample_data *sample); | ||
174 | 172 | ||
175 | const char *event__get_event_name(unsigned int id); | 173 | const char *event__get_event_name(unsigned int id); |
176 | 174 | ||
175 | int event__parse_sample(const event_t *event, u64 type, bool sample_id_all, | ||
176 | struct sample_data *sample); | ||
177 | |||
177 | #endif /* __PERF_RECORD_H */ | 178 | #endif /* __PERF_RECORD_H */ |