We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b005d commit 90fe70dCopy full SHA for 90fe70d
tools/perf/pmu-events/arch/arm64/ampere/ampereone/metrics.json
@@ -231,13 +231,15 @@
231
"MetricName": "slots_lost_misspeculation_fraction",
232
"MetricExpr": "100 * ((OP_SPEC - OP_RETIRED) / (CPU_CYCLES * #slots))",
233
"BriefDescription": "Fraction of slots lost due to misspeculation",
234
+ "DefaultMetricgroupName": "TopdownL1",
235
"MetricGroup": "Default;TopdownL1",
236
"ScaleUnit": "1percent of slots"
237
},
238
{
239
"MetricName": "retired_fraction",
240
"MetricExpr": "100 * (OP_RETIRED / (CPU_CYCLES * #slots))",
241
"BriefDescription": "Fraction of slots retiring, useful work",
242
243
244
245
0 commit comments