Using the devmem command, you can read AI Engine registers to see the AI Engine internal status. The register reference can be found in the Versal adaptive SoC AI Engine Register Reference (AM015).
For example, the core status registers can be found here:
Find the absolute addresses for the kernels in the design. The status of the kernels can be read by running the following command:
versal-rootfs-common-20231:/run/media/mmcblk0p1# devmem 0x2000C872004
0x00001000
versal-rootfs-common-20231:/run/media/mmcblk0p1# devmem 0x2000C072004
0x00000200
Value 0x00001000 indicates that it is Stream_Stall_MS0. Value 0x00000200 indicates that it is Lock_Stall_E. The analysis of the result is similar to using xbutil.