diff options
Diffstat (limited to 'arch/x86/kernel/cpu/perf_event.h')
-rw-r--r-- | arch/x86/kernel/cpu/perf_event.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/perf_event.h b/arch/x86/kernel/cpu/perf_event.h index 51a985cbc12f..f49c5c21085c 100644 --- a/arch/x86/kernel/cpu/perf_event.h +++ b/arch/x86/kernel/cpu/perf_event.h | |||
@@ -285,6 +285,11 @@ struct x86_pmu { | |||
285 | int num_counters_fixed; | 285 | int num_counters_fixed; |
286 | int cntval_bits; | 286 | int cntval_bits; |
287 | u64 cntval_mask; | 287 | u64 cntval_mask; |
288 | union { | ||
289 | unsigned long events_maskl; | ||
290 | unsigned long events_mask[BITS_TO_LONGS(ARCH_PERFMON_EVENTS_COUNT)]; | ||
291 | }; | ||
292 | int events_mask_len; | ||
288 | int apic; | 293 | int apic; |
289 | u64 max_period; | 294 | u64 max_period; |
290 | struct event_constraint * | 295 | struct event_constraint * |