Hi,
I am tyring to get load count , store count and instrucion count in AArch64 DS-5 by using ARM64 PMU Events LD_RETIRED , ST_RETIRED and INST_RETIRED.
I am able to get instruction count , but not load and store count, please find the code and enums i used…