Re: [PATCH] perf vendor events power10: Add metric events json file for power10 platform
From: Paul A. Clarke <hidden>
Date: 2021-10-07 13:48:06
Also in:
linuxppc-dev, lkml
From: Paul A. Clarke <hidden>
Date: 2021-10-07 13:48:06
Also in:
linuxppc-dev, lkml
On Wed, Oct 06, 2021 at 12:32:48PM -0500, Paul A. Clarke wrote:
quoted
+ { + "BriefDescription": "Average cycles per instruction when the instruction finishes at dispatch",I'm not sure what that means.
After doing a bit of research, I think it might be a bit more clear as: "Average cycles per instruction when the NTF instruction finishes at dispatch"
quoted
+ "MetricExpr": "PM_EXEC_STALL_FIN_AT_DISP / PM_RUN_INST_CMPL", + "MetricGroup": "CPI", + "MetricName": "FIN_AT_DISP_STALL_CPI" + },
PC