I've a problem with Valgrind Callgrind.
I need to generate the call graph of an application, but this application launch several processes. I used the --trace-children=yes option of Valgrind, but that generates several different callgrind output files.
Is there a way to combine these files together to have only one call graph ? Even a tool to combine the several files will be perfect, but I didn't found anything.
Thank you