diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index cc3a75a239a9..b21d1ea4c054 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -236,6 +236,9 @@ extern u64 hw_perf_save_disable(void); | |||
236 | extern void hw_perf_restore(u64 ctrl); | 236 | extern void hw_perf_restore(u64 ctrl); |
237 | extern int perf_counter_task_disable(void); | 237 | extern int perf_counter_task_disable(void); |
238 | extern int perf_counter_task_enable(void); | 238 | extern int perf_counter_task_enable(void); |
239 | extern int hw_perf_group_sched_in(struct perf_counter *group_leader, | ||
240 | struct perf_cpu_context *cpuctx, | ||
241 | struct perf_counter_context *ctx, int cpu); | ||
239 | 242 | ||
240 | #else | 243 | #else |
241 | static inline void | 244 | static inline void |