diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index a9d823a93fe8..8e6460fb4c02 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -734,6 +734,8 @@ extern int sysctl_perf_counter_mlock; | |||
734 | extern int sysctl_perf_counter_sample_rate; | 734 | extern int sysctl_perf_counter_sample_rate; |
735 | 735 | ||
736 | extern void perf_counter_init(void); | 736 | extern void perf_counter_init(void); |
737 | extern void perf_tpcounter_event(int event_id, u64 addr, u64 count, | ||
738 | void *record, int entry_size); | ||
737 | 739 | ||
738 | #ifndef perf_misc_flags | 740 | #ifndef perf_misc_flags |
739 | #define perf_misc_flags(regs) (user_mode(regs) ? PERF_EVENT_MISC_USER : \ | 741 | #define perf_misc_flags(regs) (user_mode(regs) ? PERF_EVENT_MISC_USER : \ |