Patchset to factor out the PowerISA v2.07 PMU raw event format encoding and add support to the PowerISA v3.0 PMU raw event format encoding.
Changelog v1: 1) Initialized "mmcra" variable to avoid compile time errors 2) Made changes to commit message Madhavan Srinivasan (4): powerpc/perf: factor out the event format field powerpc/perf: update attribute_group data structure powerpc/perf: PowerISA v3.0 raw event format encoding powerpc/perf: macros for PowerISA v3.0 format encoding arch/powerpc/perf/isa207-common.c | 124 +++++++++++++++++++++++++++++++++++--- arch/powerpc/perf/isa207-common.h | 27 ++++++++- arch/powerpc/perf/power8-pmu.c | 39 ++---------- arch/powerpc/perf/power9-pmu.c | 112 +++++++++++++++++++++++++++++++++- 4 files changed, 256 insertions(+), 46 deletions(-) -- 2.7.4