% valgrind --tool=callgrind --dump-instr=yes -v \
          --instr-atstart=no /usr/sbin/apache -X

% chmod a+rw callgrind.out.*
 - hit the server to warm it up -
% callgrind_control -i on

% kcachegrind callgrind.out.*