diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index 386be915baa1..95c797c480e8 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -650,7 +650,7 @@ extern struct perf_callchain_entry *perf_callchain(struct pt_regs *regs); | |||
650 | 650 | ||
651 | extern int sysctl_perf_counter_paranoid; | 651 | extern int sysctl_perf_counter_paranoid; |
652 | extern int sysctl_perf_counter_mlock; | 652 | extern int sysctl_perf_counter_mlock; |
653 | extern int sysctl_perf_counter_limit; | 653 | extern int sysctl_perf_counter_sample_rate; |
654 | 654 | ||
655 | extern void perf_counter_init(void); | 655 | extern void perf_counter_init(void); |
656 | 656 | ||