linux - How do I record all memory accesses of a process/file? -


for testing cache system, need memory access (read , writes) list particular process. cache code written in verilog. application media processing, i'm open other applications well.. far have been adding address references in c++ code png decoding (available here http://lodev.org/lodepng/)...

this quite tedious process , i'm looking alternatives. i've tried hacking benchmarks simplescalar reading crash dumps, no avail...

thanks in advance!

it might worth time intel's pin, long you're running on x86.

their manual has an example how use pin instrument binary generate memory trace.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -