[Valgrind-users] Helgrind usage - query

2013-03-04 Thread Murthy, Sudhindra
I have cross-compiled Helgrind and using this tool to monitor a process. This process in turn spawns a few more processes. When I use the below command, ./valgrind --trace-children=yes -log-file=helgrind.log -tool=helgrind /bin/process1, I do not see the process 2 and process 3 when the

Re: [Valgrind-users] Helgrind usage - query

2013-03-04 Thread Murthy, Sudhindra
If I try to run the process standalone, I get the serial logs. But when the process is run from valgrind, none of the serial logs are output. Even printfs from the process are not being output. The same is the case when redirecting it to a file. From: Murthy, Sudhindra [mailto:sudhind