Re: [PATCH 2/5] powerpc/perf: Add PM_INST_DISP event to Power9 event list

2017-02-01 Thread Madhavan Srinivasan
On Wednesday 01 February 2017 04:30 PM, Anton Blanchard wrote: Hi Maddy, +EVENT(PM_INST_DISP,0x200f0) +EVENT(PM_INST_DISP_ALT,0x300f0) Are you sure these are the right events? 0x200f2, 0x300f2 should be instruction dispatch I think.

Re: [PATCH 2/5] powerpc/perf: Add PM_INST_DISP event to Power9 event list

2017-02-01 Thread Anton Blanchard
Hi Maddy, > +EVENT(PM_INST_DISP, 0x200f0) > +EVENT(PM_INST_DISP_ALT, 0x300f0) Are you sure these are the right events? 0x200f2, 0x300f2 should be instruction dispatch I think. Anton