Re: [PATCH v2 0/8] Refactor cpuid and metric table lookup code

From: Ian Rogers
Date: Thu Nov 14 2024 - 13:34:59 EST


On Thu, Nov 7, 2024 at 6:57 PM Xu Yang <xu.yang_2@xxxxxxx> wrote:
>
> On Thu, Nov 07, 2024 at 08:20:27AM -0800, Ian Rogers wrote:
> > Xu Yang <xu.yang_2@xxxxxxx> reported issues with the system metric
> > lookup:
> > https://lore.kernel.org/linux-perf-users/20241106085441.3945502-1-xu.yang_2@xxxxxxx/
> > These patches remove a lot of the logic relating CPUIDs to PMUs so
> > that the PMU isn't part of the question when finding a metric table.
> > For time reasons, it doesn't go as far as allowing system metrics
> > without a metric table as a metric table is needed for metrics to
> > refer to other metrics, and the refactoring of that resolution is a
> > hassle.
>
> For this patchset:
> Tested-by: Xu Yang <xu.yang_2@xxxxxxx>

Ping. Would be nice for this to land given the ARM fix and general cleanup.

Thanks,
Ian