Re: [PATCH v1] perf pmu: Recognize default_core as a core PMU in more places
From: Namhyung Kim
Date: Wed Jul 01 2026 - 13:46:18 EST
On Thu, 11 Jun 2026 18:24:13 -0700, Ian Rogers wrote:
> The python metrics code used in places like ilist.py passes a
> pmu-filter of "default_core" on non-hybrid x86/ARM/.. systems. As a
> PMU like "cpu" isn't a literal name match then no PMU matches
> "default_core" and the events fail to parse for the metric. Fix the
> name matching and PMU lookup for "default_core" and check that it
> fixes ilist.py.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung