diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index d3e85de9bf1e..0c160be2078f 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -570,7 +570,6 @@ extern int perf_counter_init_task(struct task_struct *child); | |||
570 | extern void perf_counter_exit_task(struct task_struct *child); | 570 | extern void perf_counter_exit_task(struct task_struct *child); |
571 | extern void perf_counter_do_pending(void); | 571 | extern void perf_counter_do_pending(void); |
572 | extern void perf_counter_print_debug(void); | 572 | extern void perf_counter_print_debug(void); |
573 | extern void perf_counter_unthrottle(void); | ||
574 | extern void __perf_disable(void); | 573 | extern void __perf_disable(void); |
575 | extern bool __perf_enable(void); | 574 | extern bool __perf_enable(void); |
576 | extern void perf_disable(void); | 575 | extern void perf_disable(void); |
@@ -635,7 +634,6 @@ static inline int perf_counter_init_task(struct task_struct *child) { } | |||
635 | static inline void perf_counter_exit_task(struct task_struct *child) { } | 634 | static inline void perf_counter_exit_task(struct task_struct *child) { } |
636 | static inline void perf_counter_do_pending(void) { } | 635 | static inline void perf_counter_do_pending(void) { } |
637 | static inline void perf_counter_print_debug(void) { } | 636 | static inline void perf_counter_print_debug(void) { } |
638 | static inline void perf_counter_unthrottle(void) { } | ||
639 | static inline void perf_disable(void) { } | 637 | static inline void perf_disable(void) { } |
640 | static inline void perf_enable(void) { } | 638 | static inline void perf_enable(void) { } |
641 | static inline int perf_counter_task_disable(void) { return -EINVAL; } | 639 | static inline int perf_counter_task_disable(void) { return -EINVAL; } |