Re: [PATCH linux-next] perf test: Fix test perf evlist for z/VM s390x
From: Arnaldo Carvalho de Melo
Date: Mon Jan 26 2026 - 15:34:56 EST
On Mon, Jan 26, 2026 at 09:42:54AM -0800, Ian Rogers wrote:
> On Mon, Jan 26, 2026 at 2:18 AM Thomas Richter <tmricht@xxxxxxxxxxxxx> wrote:
> >
> > Perf test case 'perf evlist tests' fails on z/VM machines on s390.
> >
> > The failure is causes by event cycles. This event is not available
> > on virtualized machines like z/VM on s390.
> > Change to software event cpu-clock to fix this.
> >
> > Output before:
> > # ./perf test 78
> > 79: perf evlist tests : FAILED!
> > #
> >
> > Output after:
> > # ./perf test 78
> > 79: perf evlist tests : Ok
> > #
> >
> > Fixes: b04d2b919912 ("perf test: Fix test case perf evlist tests for s390x")
> > Signed-off-by: Thomas Richter <tmricht@xxxxxxxxxxxxx>
> > Tested-by: Jan Polensky <japo@xxxxxxxxxxxxx>
> > Reviewed-by: Jan Polensky <japo@xxxxxxxxxxxxx>
> > Cc: Ian Rogers <irogers@xxxxxxxxxx>
> Reviewed-by: Ian Rogers <irogers@xxxxxxxxxx>
Thanks, applied to perf-tools-next,
- Arnaldo