Home
last modified time | relevance | path

Searched refs:Perf (Results 1 – 25 of 25) sorted by relevance

/tools/perf/scripts/perl/
A Dfailed-syscalls.pl10 use Perf::Trace::Core;
11 use Perf::Trace::Context;
12 use Perf::Trace::Util;
A Dcheck-perf-trace.pl12 use Perf::Trace::Core;
13 use Perf::Trace::Context;
14 use Perf::Trace::Util;
A Dwakeup-latency.pl18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
A Drw-by-file.pl18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
A Drwtop.pl18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
A Drw-by-pid.pl18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
/tools/perf/scripts/perl/Perf-Trace-Util/
A DContext.xs28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
A DREADME1 Perf-Trace-Util version 0.01
/tools/perf/scripts/
A DBuild2 perf-util-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/
4 perf-util-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
/tools/perf/Documentation/
A Dperf-script-perl.txt119 use lib "$ENV{'PERF_EXEC_PATH'}/scripts/perl/Perf-Trace-Util/lib";
120 use lib "./Perf-Trace-Util/lib";
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
[all …]
A Dasciidoctor-extensions.rb4 module Perf module
A Dsecurity.txt5 performance monitoring and observability operations by Perf see here:
130 Access to performance monitoring and observability operations by Perf
134 Perf tool provides a message similar to the one below:
167 policy module extending base policy settings. Perf related policy module can
191 now be allowed by the policy settings. Check access running Perf like this:
A Dperf-arm-spe.txt6 perf-arm-spe - Support for Arm Statistical Profiling Extension within Perf tools
58 When the buffer fills, an interrupt is sent and the driver signals Perf to collect the records.
59 Perf saves the raw data in the perf.data file.
64 Up until this point no decoding of the SPE data was done by either the kernel or Perf. Only when the
66 the data, Perf generates "synthetic samples" as if these were generated at the time of the
67 recording. These samples are the same as if normal sampling was done by Perf without using SPE,
A Dperf-script-python.txt132 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
217 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
280 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
389 drwxr-xr-x 3 trz trz 4096 2010-01-26 22:49 Perf-Trace-Util
515 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
A Dcpu-and-latency-overheads.txt8 Perf can measure overhead for both of these times (shown in 'overhead' and
A Dperf-mem.txt16 from it, into perf.data. Perf record options are accepted and are passed through.
A Dtopdown.txt350 To support TPEBS in TMA metrics, a new modifier :R on event is added. Perf would
A Dperf-list.txt312 Perf supports time based multiplexing of events, when the number of events
A Dperf.data-file-format.txt475 Perf record specific events:
A Dperf-record.txt572 Asynchronous mode is supported only when linking Perf tool with libc library
A Dperf-intel-pt.txt2029 Examples can be found on perf wiki page "Perf tools support for Intel® Processor Trace":
/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
A DContext.pm1 package Perf::Trace::Context;
A DUtil.pm1 package Perf::Trace::Util;
A DCore.pm1 package Perf::Trace::Core;
/tools/perf/
A DMakefile.perf1109 …$(INSTALL) scripts/perl/Perf-Trace-Util/lib/Perf/Trace/* -m 644 -t '$(DESTDIR_SQ)$(perfexec_instdi…
1118 …$(INSTALL) scripts/python/Perf-Trace-Util/lib/Perf/Trace/* -m 644 -t '$(DESTDIR_SQ)$(perfexec_inst…

Completed in 27 milliseconds