From: Paul F. <pj...@wa...> - 2022-08-05 19:30:44
|
> On 5 Aug 2022, at 20:53, G N Srinivasa Prasanna <gns...@ii...> wrote: > > > This is the first time we are using Valgrind, and we want to know if we can get a list of all the physical addresses the program used, in the order the program accessed them, and whether read/write. > > Please let us know if we can get this from Valgrind - the webpage information is not clear. > Hi Why do you need this? I’m not sure how to translate from virtual to physical address. Do you really mean physical address? For any real world application the size of the log would be overwhelmingly huge and I suspect would very rapidly fill most disks (unless you only want unique addresses). A+ Paul |