diff options
Diffstat (limited to 'arch/powerpc/include/asm/perf_event_server.h')
-rw-r--r-- | arch/powerpc/include/asm/perf_event_server.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/perf_event_server.h b/arch/powerpc/include/asm/perf_event_server.h index 67a8a9585d50..e60aeb46d6a0 100644 --- a/arch/powerpc/include/asm/perf_event_server.h +++ b/arch/powerpc/include/asm/perf_event_server.h | |||
@@ -41,6 +41,8 @@ struct power_pmu { | |||
41 | void (*get_mem_data_src)(union perf_mem_data_src *dsrc, | 41 | void (*get_mem_data_src)(union perf_mem_data_src *dsrc, |
42 | u32 flags, struct pt_regs *regs); | 42 | u32 flags, struct pt_regs *regs); |
43 | void (*get_mem_weight)(u64 *weight); | 43 | void (*get_mem_weight)(u64 *weight); |
44 | unsigned long group_constraint_mask; | ||
45 | unsigned long group_constraint_val; | ||
44 | u64 (*bhrb_filter_map)(u64 branch_sample_type); | 46 | u64 (*bhrb_filter_map)(u64 branch_sample_type); |
45 | void (*config_bhrb)(u64 pmu_bhrb_filter); | 47 | void (*config_bhrb)(u64 pmu_bhrb_filter); |
46 | void (*disable_pmc)(unsigned int pmc, unsigned long mmcr[]); | 48 | void (*disable_pmc)(unsigned int pmc, unsigned long mmcr[]); |