Re: [PATCH v2] perf stat: Fix crash on arm64
From: Namhyung Kim
Date: Thu Apr 02 2026 - 17:58:58 EST
On Wed, 25 Mar 2026 03:24:30 -0700, Breno Leitao wrote:
> Perf stat is crashing on arm64 hosts with the following issue:
>
> # make -C tools/perf DEBUG=1
> # perf stat sleep 1
> perf: util/evsel.c:2034: get_group_fd: Assertion `!(!leader->core.fd)' failed.
> [1] 1220794 IOT instruction (core dumped) ./perf stat
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung