Re: [Valgrind-users] Valgrind trace Memory Addresses while running?

2022-08-05 Thread G N Srinivasa Prasanna
Thanks, will check it out. Best From: Eliot Moss Sent: 06 August 2022 07:10 To: G N Srinivasa Prasanna ; John Reiser ; valgrind-users@lists.sourceforge.net Subject: Re: [Valgrind-users] Valgrind trace Memory Addresses while running? On 8/5/2022 8:47 PM, G N

Re: [Valgrind-users] Valgrind trace Memory Addresses while running?

2022-08-05 Thread G N Srinivasa Prasanna
Thanks for this information. We are doing a memory system simulation, and need the address stream. At this point of time, we don't care if we need a Terabyte even, we can delete the files later. Is there anything we can use from Valgrind? Best From: John Reiser

[Valgrind-users] Valgrind trace Memory Addresses while running?

2022-08-05 Thread G N Srinivasa Prasanna
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. Tha