diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 3fd5c82e0e18..0b521fc8f5b0 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -994,7 +994,7 @@ static inline bool perf_paranoid_kernel(void) | |||
994 | 994 | ||
995 | extern void perf_event_init(void); | 995 | extern void perf_event_init(void); |
996 | extern void perf_tp_event(int event_id, u64 addr, u64 count, void *record, | 996 | extern void perf_tp_event(int event_id, u64 addr, u64 count, void *record, |
997 | int entry_size, struct pt_regs *regs); | 997 | int entry_size, struct pt_regs *regs, void *event); |
998 | extern void perf_bp_event(struct perf_event *event, void *data); | 998 | extern void perf_bp_event(struct perf_event *event, void *data); |
999 | 999 | ||
1000 | #ifndef perf_misc_flags | 1000 | #ifndef perf_misc_flags |