Re: [PATCH v2] perf jevents: Don't stop at the first matched pmu when searching a events table

From: Namhyung Kim
Date: Wed Oct 02 2024 - 18:03:12 EST


On Mon, 30 Sep 2024 19:14:31 -0700, Ian Rogers wrote:

> The "perf all PMU test" fails on a Coffee Lake machine.
>
> The failure is caused by the below change in the commit e2641db83f18
> ("perf vendor events: Add/update skylake events/metrics").
>
> + {
> + "BriefDescription": "This 48-bit fixed counter counts the UCLK cycles",
> + "Counter": "FIXED",
> + "EventCode": "0xff",
> + "EventName": "UNC_CLOCK.SOCKET",
> + "PerPkg": "1",
> + "PublicDescription": "This 48-bit fixed counter counts the UCLK cycles.",
> + "Unit": "cbox_0"
> }
>
> [...]

Applied to perf-tools-next, thanks!

Best regards,
Namhyung