diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 216653466a67..5cad0e6f3552 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -469,6 +469,7 @@ struct perf_event_context { | |||
469 | */ | 469 | */ |
470 | struct mutex mutex; | 470 | struct mutex mutex; |
471 | 471 | ||
472 | struct list_head active_ctx_list; | ||
472 | struct list_head pinned_groups; | 473 | struct list_head pinned_groups; |
473 | struct list_head flexible_groups; | 474 | struct list_head flexible_groups; |
474 | struct list_head event_list; | 475 | struct list_head event_list; |
@@ -519,7 +520,6 @@ struct perf_cpu_context { | |||
519 | int exclusive; | 520 | int exclusive; |
520 | struct hrtimer hrtimer; | 521 | struct hrtimer hrtimer; |
521 | ktime_t hrtimer_interval; | 522 | ktime_t hrtimer_interval; |
522 | struct list_head rotation_list; | ||
523 | struct pmu *unique_pmu; | 523 | struct pmu *unique_pmu; |
524 | struct perf_cgroup *cgrp; | 524 | struct perf_cgroup *cgrp; |
525 | }; | 525 | }; |