diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/perf_event.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 43cc158487e6..724d3720c9b1 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -262,11 +262,6 @@ struct pmu { | |||
262 | int (*event_idx) (struct perf_event *event); /*optional */ | 262 | int (*event_idx) (struct perf_event *event); /*optional */ |
263 | 263 | ||
264 | /* | 264 | /* |
265 | * flush branch stack on context-switches (needed in cpu-wide mode) | ||
266 | */ | ||
267 | void (*flush_branch_stack) (void); | ||
268 | |||
269 | /* | ||
270 | * context-switches callback | 265 | * context-switches callback |
271 | */ | 266 | */ |
272 | void (*sched_task) (struct perf_event_context *ctx, | 267 | void (*sched_task) (struct perf_event_context *ctx, |