systemtap output - how to analyse
Frank Ch. Eigler
fche@redhat.com
Wed Apr 16 14:39:00 GMT 2008
"Peter Teoh" <htmldeveloper@gmail.com> writes:
> Pardoned me for the newbie question. I saw the following as part of
> the output from stap analysis.
The table you transcribed comes from gcc (after stap is given lots of
"-v" options). It tells you how gcc spent its time compiling and
optimizing the C code (generated from the systemtap script) into the
kernel module that will actually run it. It's not of interest to
ordinary users; the gcc manual will have details for the extraordinary
ones.
- FChE
More information about the Systemtap
mailing list