Re: [3/4] powerpc/perf: Power9 PMU support

2016-06-17 Thread Michael Ellerman
On Sat, 2016-11-06 at 07:18:14 UTC, Madhavan Srinivasan wrote: > This patch adds base enablement for the power9 PMU. This is almost line-for-line identical to the Power8 code, with the exception of some things you haven't sent yet because they're not ready. Can you try and factor out some of the

[PATCH 3/4] powerpc/perf: Power9 PMU support

2016-06-11 Thread Madhavan Srinivasan
This patch adds base enablement for the power9 PMU. Signed-off-by: Madhavan Srinivasan --- arch/powerpc/perf/Makefile | 2 +- arch/powerpc/perf/power9-pmu.c | 728 + 2 files changed, 729 insertions(+), 1 deletion(-) create mode 100644 arch/powerpc/p