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 <[email protected]> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/valgrind-users
>
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to