Hi, everyone:

I have a task to analysis the memory access behavior for a linux program. What I need to do is to dynamically track all the memory request ( read/write, address) that are isssued by a specific process.

Then is there any way to achieve this goal? and how?

Thanks very much.