This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi all,
Is there any way to count data memory access or I/O register access on OMAP4?
My first thought was using performance counter. But unfortunately the PMU on OMAP4 can only count the number of LOAD/STORE instructions that are architecturally executed, which consists both data memory access and memory-mapped I/O access. But it can't distinguish them.
Is there any way to achieve this? Thank you.