aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/perf_counter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h
index 4cae01a50450..2eedae8498d3 100644
--- a/include/linux/perf_counter.h
+++ b/include/linux/perf_counter.h
@@ -625,7 +625,8 @@ extern void perf_counter_init(void);
625static inline void 625static inline void
626perf_counter_task_sched_in(struct task_struct *task, int cpu) { } 626perf_counter_task_sched_in(struct task_struct *task, int cpu) { }
627static inline void 627static inline void
628perf_counter_task_sched_out(struct task_struct *task, int cpu) { } 628perf_counter_task_sched_out(struct task_struct *task,
629 struct task_struct *next, int cpu) { }
629static inline void 630static inline void
630perf_counter_task_tick(struct task_struct *task, int cpu) { } 631perf_counter_task_tick(struct task_struct *task, int cpu) { }
631static inline void perf_counter_init_task(struct task_struct *child) { } 632static inline void perf_counter_init_task(struct task_struct *child) { }