Skip to content

Commit

Permalink
perf vendor events: Drop STORES_PER_INST metric event for power10 pla…
Browse files Browse the repository at this point in the history
…tform

[ Upstream commit 4836b9a ]

Drop STORES_PER_INST metric event for the power10 platform, as the
metric expression of STORES_PER_INST metric event using dropped event
PM_ST_FIN.

Fixes: 3ca3af7 ("perf vendor events power10: Add metric events JSON file for power10 platform")
Signed-off-by: Kajol Jain <[email protected]>
Cc: Athira Rajeev <[email protected]>
Cc: Disha Goel <[email protected]>
Cc: Ian Rogers <[email protected]>
Cc: Kajol Jain <[email protected]>
Cc: Madhavan Srinivasan <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
kjain101 authored and gregkh committed Sep 19, 2023
1 parent f85bca1 commit d3b9594
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tools/perf/pmu-events/arch/powerpc/power10/metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,12 +453,6 @@
"MetricGroup": "General",
"MetricName": "LOADS_PER_INST"
},
{
"BriefDescription": "Average number of finished stores per completed instruction",
"MetricExpr": "PM_ST_FIN / PM_RUN_INST_CMPL",
"MetricGroup": "General",
"MetricName": "STORES_PER_INST"
},
{
"BriefDescription": "Percentage of demand loads that reloaded from beyond the L2 per completed instruction",
"MetricExpr": "PM_DATA_FROM_L2MISS / PM_RUN_INST_CMPL * 100",
Expand Down

0 comments on commit d3b9594

Please sign in to comment.