I want to enable the AXI performance monitors to debug a potential performance issue we're having with the GPU and CSI bus.
I added:
Code: Select all
dtparam=axiperf=on
Code: Select all
[raspberrypi:~]% sudo cat /sys/kernel/debug/raspberrypi_axi_monitor
cat: /sys/kernel/debug/raspberrypi_axi_monitor: No such file or directory
We are using a CM3 with kernel:
Code: Select all
Linux raspberrypi 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/Linux
I noticed that there doesn't seem to be a reference to axiperf in the dts for the CM3 ... could this be a problem? (Edit: Nevermind, I think it's in a common file. I decompiled our DTB and there's references to the relevant registers there, so the mystery deepens.)
Many thanks