|
From: Josef W. <Jos...@gm...> - 2008-08-05 21:06:43
|
Hi, On Thursday 31 July 2008, Richard Lynch wrote: > I don't have access to run httpd in single-user mode (/usr/sbin/httpd -X) so is there some way to: > a) attach to one (or more) processes and Sorry, Valgrind (and therefore Callgrind) does not allow to attach to already running processes, as it needs to control the execution from the very beginning. > b) merge all the output files together There currently is no tool for this. With "--compress-strings=no", you should be able to just concatenate the output files together for merging (never checked this, though). Josef > > -- > Richard Lynch |