Lines Matching full:perl
1 perf-script-perl(1)
6 perf-script-perl - Process trace data with a Perl script
11 'perf script' [-s [Perl]:script[.pl] ]
17 built-in Perl interpreter. It reads and processes the input file and
19 Perl script, if any.
25 -g perl' in the same directory as an existing perf.data trace file.
31 ~/libexec/perf-core/scripts/perl for typical examples showing how to
114 Every perf script Perl script should start by setting up a Perl module
119 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/perf-script-Util/lib";
164 built-in perf script Perl modules and their associated functions.
170 via the various Perf::Trace::* Perl modules. To use the functions and