I was wondering if I can see the continuous memory image of my system and the hit destination of every memory access while an application is running?
For instance, on a two-dimensional array, I want to see how it is stored in memory, how is it fetched to the caches, and how many accesses are hit in caches and at which level (L1/L2/L3).