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 5b966472b458..386be915baa1 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -648,7 +648,7 @@ struct perf_callchain_entry { | |||
648 | 648 | ||
649 | extern struct perf_callchain_entry *perf_callchain(struct pt_regs *regs); | 649 | extern struct perf_callchain_entry *perf_callchain(struct pt_regs *regs); |
650 | 650 | ||
651 | extern int sysctl_perf_counter_priv; | 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_limit; |
654 | 654 | ||