Re: [PATCH v1] perf stat bperf cgroup: Increase MAX_EVENTS from 32 to 1024
From: Namhyung Kim
Date: Sun Oct 19 2025 - 22:12:07 EST
On Thu, 16 Oct 2025 08:07:18 -0700, Ian Rogers wrote:
> The MAX_EVENTS value ensured a counted loop presumably to satisfy the
> BPF verifier. It is possible to go past 32 events when gathering
> uncore events. Increase the amount to 1024 as that should provide some
> amount of headroom.
>
>
Applied to perf-tools-next, thanks!
Best regards,
Namhyung