Home | History | Annotate | Download | only in Documentation

Lines Matching full:trace

6 perf-script-perl - Process trace data with a Perl script
18 displays the results of the trace analysis implemented in the given
25 -g perl' in the same directory as an existing perf.data trace file.
27 the event types in the trace file; it simply prints every available
28 field for each event in the trace file.
39 When perf script is invoked using a trace script, a user-defined
40 'handler function' is called for each event in the trace. If there's
108 every event in a trace, which covers 90% of what you need to know to
109 write a useful trace script. The sections below cover the rest.
121 use Perf::Trace::Core;
122 use Perf::Trace::Context;
123 use Perf::Trace::Util;
170 via the various Perf::Trace::* Perl modules. To use the functions and
172 Perf::Trace::XXX' line to your perf script script.
174 Perf::Trace::Core Module
187 Perf::Trace::Context Module
193 Perf::Trace::Context defines a set of functions that can be used to
203 Perf::Trace::Util Module