Re: [PATCH v5 03/24] perf vendor events: Add Arrowlake events/metrics
From: Liang, Kan
Date: Wed Feb 05 2025 - 14:09:08 EST
On 2025-02-05 12:31 p.m., Ian Rogers wrote:
> + {
> + "BriefDescription": "Counts the number of issue slots that result in retirement slots",
> + "MetricExpr": "cpu_atom@TOPDOWN_RETIRING.ALL@ / (8 * cpu_atom@CPU_CLK_UNHALTED.CORE@)",
> + "MetricGroup": "TopdownL1;tma_L1_group",
> + "MetricName": "tma_retiring",
> + "MetricThreshold": "(tma_retiring >0.75)",
> + "MetricgroupNoGroup": "TopdownL1",
> + "ScaleUnit": "100%",
> + "Unit": "cpu_atom"
> + },
The "Default" tag is missed at least for all TopdownL1 metrics on Arrow
Lake.
Thanks,
Kan