This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: systemtap output - how to analyse


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]