Re: powerpc/perf: Fix Power9 test_adder field

2017-06-07 Thread Michael Ellerman
On Fri, 2017-05-26 at 08:08:27 UTC, Madhavan Srinivasan wrote: > Commit 8d911904f3ce4 ('powerpc/perf: Add restrictions to PMC5 in power9 DD1') > was added to restrict the use of PMC5 in Power9 DD1. Intend is to diable > the use of PMC5 using raw event code. Commit instead of updating > "power9_isa

Re: [PATCH] powerpc/perf: Fix Power9 test_adder field

2017-05-26 Thread shriyak
On 2017-05-26 13:38, Madhavan Srinivasan wrote: Commit 8d911904f3ce4 ('powerpc/perf: Add restrictions to PMC5 in power9 DD1') was added to restrict the use of PMC5 in Power9 DD1. Intend is to diable the use of PMC5 using raw event code. Commit instead of updating "power9_isa207_pmu" structure,

[PATCH] powerpc/perf: Fix Power9 test_adder field

2017-05-26 Thread Madhavan Srinivasan
Commit 8d911904f3ce4 ('powerpc/perf: Add restrictions to PMC5 in power9 DD1') was added to restrict the use of PMC5 in Power9 DD1. Intend is to diable the use of PMC5 using raw event code. Commit instead of updating "power9_isa207_pmu" structure, updated "power9_pmu" structure. Patch to fix the sa