diff options
Diffstat (limited to 'include/linux/perf_event.h')
| -rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 716f99b682c1..33f08dafda2f 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
| @@ -849,6 +849,8 @@ extern int perf_max_events; | |||
| 849 | 849 | ||
| 850 | extern const struct pmu *hw_perf_event_init(struct perf_event *event); | 850 | extern const struct pmu *hw_perf_event_init(struct perf_event *event); |
| 851 | 851 | ||
| 852 | extern int perf_num_counters(void); | ||
| 853 | extern const char *perf_pmu_name(void); | ||
| 852 | extern void perf_event_task_sched_in(struct task_struct *task); | 854 | extern void perf_event_task_sched_in(struct task_struct *task); |
| 853 | extern void perf_event_task_sched_out(struct task_struct *task, struct task_struct *next); | 855 | extern void perf_event_task_sched_out(struct task_struct *task, struct task_struct *next); |
| 854 | extern void perf_event_task_tick(struct task_struct *task); | 856 | extern void perf_event_task_tick(struct task_struct *task); |
