Re: [PATCH v1] perf test all metrics: Fully ignore Default metric failures

From: Namhyung Kim

Date: Fri Nov 21 2025 - 15:02:57 EST


On Wed, 19 Nov 2025 11:30:47 -0800, Ian Rogers wrote:
> Determine if a metric is default from `perf list --raw-dump $m` eg:
> ```
> $ perf list --raw-dump l1_prefetch_miss_rate
> Default4 l1_prefetch_miss_rate
> ```
> If a metric has "not supported" or "no supported events" then ignore
> these failures for default metrics. Tidy up the skip/fail messages in
> the output to make them easier to spot/read.
>
> [...]
Applied to perf-tools-next, thanks!

Best regards,
Namhyung