|
From: Sanjay H A <san...@ly...> - 2008-02-21 02:10:53
|
Hi All <br>I am new to Valgrind. <br>I want to obtain Basic Block Trace of the application. <br>How to do that ( I installed Valgrind on x86_64 platform). <br>Can anyone point me to the document which says how to do that. <br> <br>Also I want to instrument some statements to application. will valgrind comes handy for that? <br> <br>Thanx in advance <br>Sanjay |
|
From: Nicholas N. <nj...@cs...> - 2008-02-21 06:05:15
|
On Wed, 20 Feb 2008, Sanjay H A wrote: > I am new to Valgrind. > I want to obtain Basic Block Trace of the application. > How to do that ( I installed Valgrind on x86_64 platform). > Can anyone point me to the document which says how to do that. valgrind --tool=lackey --trace-superblocks=yes <your-program> > Also I want to instrument some statements to application. will valgrind > comes handy for that? Most likely. Nick |