|
From: mihai p. <mih...@gm...> - 2012-09-21 03:33:23
|
Hi, Is there a way to make valgrind dump the executed instructions and their type ? Thanks |
|
From: John R. <jr...@bi...> - 2012-09-21 04:02:05
|
> Is there a way to make valgrind dump the executed instructions and their type ? See the output from "$ valgrind --help-debug", particularly "Vex options for all Valgrind tools" and "--trace-flags" and "--trace-notbelow". -- |
|
From: mihai p. <mih...@gm...> - 2012-09-21 04:31:01
|
Thanks for the pointers. Is first time when I am using the Valgrind tool. I am mainly interested in the program instructions dynamically executed(translated) by valgrind on ARM linux. Would this be a good approach: valgrind --profile-flags=10000000 ./simple_test ? On Fri, Sep 21, 2012 at 12:03 PM, John Reiser <jr...@bi...> wrote: > > Is there a way to make valgrind dump the executed instructions and > their type ? > > See the output from "$ valgrind --help-debug", particularly "Vex options > for all > Valgrind tools" and "--trace-flags" and "--trace-notbelow". > > -- > > > > ------------------------------------------------------------------------------ > Got visibility? > Most devs has no idea what their production app looks like. > Find out how fast your code is with AppDynamics Lite. > http://ad.doubleclick.net/clk;262219671;13503038;y? > http://info.appdynamics.com/FreeJavaPerformanceDownload.html > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > |