On 03/04/2013 09:51 AM, Murthy, Sudhindra wrote:

> ./valgrind  --trace-children=yes -log-file=helgrind.log -tool=helgrind  
> /bin/process1,
> 
> I do not see the "process 2" and "process 3" when the command ps Is entered.  
> Also, I do not observe logs from "process 1".
> 
> Can anyone help me if I have done anything incorrect here?

All the Helgrind processes are using the same logfile.  Try with
  --log-file=helgrind%p.log
which puts the process ID in each file name, hence they will use
different log files.

J


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to