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 071a7db52549..b08dfdad08cb 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -513,6 +513,8 @@ struct perf_event; | |||
513 | struct pmu { | 513 | struct pmu { |
514 | int (*enable) (struct perf_event *event); | 514 | int (*enable) (struct perf_event *event); |
515 | void (*disable) (struct perf_event *event); | 515 | void (*disable) (struct perf_event *event); |
516 | int (*start) (struct perf_event *event); | ||
517 | void (*stop) (struct perf_event *event); | ||
516 | void (*read) (struct perf_event *event); | 518 | void (*read) (struct perf_event *event); |
517 | void (*unthrottle) (struct perf_event *event); | 519 | void (*unthrottle) (struct perf_event *event); |
518 | }; | 520 | }; |