diff options
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r-- | tools/perf/util/event.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 13c12c75f970..a4cc8105cf67 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h | |||
@@ -152,4 +152,8 @@ int event__process_lost(event_t *self); | |||
152 | int event__process_mmap(event_t *self); | 152 | int event__process_mmap(event_t *self); |
153 | int event__process_task(event_t *self); | 153 | int event__process_task(event_t *self); |
154 | 154 | ||
155 | struct addr_location; | ||
156 | int event__preprocess_sample(const event_t *self, struct addr_location *al, | ||
157 | symbol_filter_t filter); | ||
158 | |||
155 | #endif /* __PERF_RECORD_H */ | 159 | #endif /* __PERF_RECORD_H */ |