Lines Matching refs:script
1 perf-script-perl(1)
6 perf-script-perl - Process trace data with a Perl script
11 'perf script' [-s [Perl]:script[.pl] ]
16 This perf script option is used to process perf script data using perf's
19 Perl script, if any.
24 You can avoid reading the rest of this document by running 'perf script
26 That will generate a starter script containing a handler for each of
33 the check-perf-script.pl script, while not interesting for its results,
39 When perf script is invoked using a trace script, a user-defined
54 Traces meant to be processed using a script should be recorded with
109 write a useful trace script. The sections below cover the rest.
114 Every perf script Perl script should start by setting up a Perl module
126 The rest of the script can contain handler functions and support
129 Aside from the event handler functions discussed above, every script
142 processed and gives scripts a chance to do end-of-script tasks, such
164 built-in perf script Perl modules and their associated functions.
172 Perf::Trace::XXX' line to your perf script script.
206 Various utility functions for use with perf script:
216 linkperf:perf-script[1]