diff options
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r-- | tools/perf/util/event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 6b6429b63da3..bb090257570e 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
@@ -177,8 +177,8 @@ int event__process_mmap(event_t *self, struct perf_session *session); | |||
177 | int event__process_task(event_t *self, struct perf_session *session); | 177 | int event__process_task(event_t *self, struct perf_session *session); |
178 | 178 | ||
179 | struct addr_location; | 179 | struct addr_location; |
180 | int event__preprocess_sample(const event_t *self, struct addr_location *al, | 180 | int event__preprocess_sample(const event_t *self, struct perf_session *session, |
181 | symbol_filter_t filter); | 181 | struct addr_location *al, symbol_filter_t filter); |
182 | int event__parse_sample(event_t *event, u64 type, struct sample_data *data); | 182 | int event__parse_sample(event_t *event, u64 type, struct sample_data *data); |
183 | 183 | ||
184 | #endif /* __PERF_RECORD_H */ | 184 | #endif /* __PERF_RECORD_H */ |