Hi.
I'm not sure if this is upstream issue or problem with package build.
I've upgraded linux-rpi-16k to 6.12.1 and it seems is missing hardware perf events.
On 6.6.62-1-rpi-16k version:
$ dmesg | grep perfevents
[ 2.317516] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
And you can check that /sys/bus/event_source/devices/armv8_cortex_a76/events folder exists with various counters.
But on 6.12.1-1-rpi-16k version there's nothing - no dmsg message about PMU driver.
This prevents using perf utility for doing performance measurements with armv8 hw counters.