Re: [PATCH v1] perf test: Fix hybrid testing of event fallback test
From: Namhyung Kim
Date: Wed Dec 03 2025 - 12:58:34 EST
On Mon, 01 Dec 2025 15:11:36 -0800, Ian Rogers wrote:
> The mem-loads-aux event exists on hybrid systems but the "cpu" PMU
> does not. This causes an event parsing error which erroneously makes
> the test look like it is failing. Avoid naming the PMU to avoid
> this. Rather than cleaning up perf.data in the directory the test is
> run, explicitly send the 'perf record' output to /dev/null and avoid
> any cleanup scripts.
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung