diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index e7e7e0242767..89698d8aba5c 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -682,8 +682,6 @@ static inline void perf_counter_mmap(struct vm_area_struct *vma) | |||
682 | extern void perf_counter_comm(struct task_struct *tsk); | 682 | extern void perf_counter_comm(struct task_struct *tsk); |
683 | extern void perf_counter_fork(struct task_struct *tsk); | 683 | extern void perf_counter_fork(struct task_struct *tsk); |
684 | 684 | ||
685 | extern void perf_counter_task_migration(struct task_struct *task, int cpu); | ||
686 | |||
687 | extern struct perf_callchain_entry *perf_callchain(struct pt_regs *regs); | 685 | extern struct perf_callchain_entry *perf_callchain(struct pt_regs *regs); |
688 | 686 | ||
689 | extern int sysctl_perf_counter_paranoid; | 687 | extern int sysctl_perf_counter_paranoid; |
@@ -724,8 +722,6 @@ static inline void perf_counter_mmap(struct vm_area_struct *vma) { } | |||
724 | static inline void perf_counter_comm(struct task_struct *tsk) { } | 722 | static inline void perf_counter_comm(struct task_struct *tsk) { } |
725 | static inline void perf_counter_fork(struct task_struct *tsk) { } | 723 | static inline void perf_counter_fork(struct task_struct *tsk) { } |
726 | static inline void perf_counter_init(void) { } | 724 | static inline void perf_counter_init(void) { } |
727 | static inline void perf_counter_task_migration(struct task_struct *task, | ||
728 | int cpu) { } | ||
729 | #endif | 725 | #endif |
730 | 726 | ||
731 | #endif /* __KERNEL__ */ | 727 | #endif /* __KERNEL__ */ |