Searched refs:Perf (Results 1 – 25 of 25) sorted by relevance
10 use Perf::Trace::Core;11 use Perf::Trace::Context;12 use Perf::Trace::Util;
12 use Perf::Trace::Core;13 use Perf::Trace::Context;14 use Perf::Trace::Util;
18 use Perf::Trace::Core;19 use Perf::Trace::Util;
28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
1 Perf-Trace-Util version 0.01
2 perf-util-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/4 perf-util-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
119 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 and172 Perf::Trace::XXX' line to your perf script script.174 Perf::Trace::Core Module187 Perf::Trace::Context Module193 Perf::Trace::Context defines a set of functions that can be used to[all …]
4 module Perf module
5 performance monitoring and observability operations by Perf see here:130 Access to performance monitoring and observability operations by Perf134 Perf tool provides a message similar to the one below:167 policy module extending base policy settings. Perf related policy module can191 now be allowed by the policy settings. Check access running Perf like this:
6 perf-arm-spe - Support for Arm Statistical Profiling Extension within Perf tools58 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 the66 the data, Perf generates "synthetic samples" as if these were generated at the time of the67 recording. These samples are the same as if normal sampling was done by Perf without using SPE,
132 '/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-Util515 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
8 Perf can measure overhead for both of these times (shown in 'overhead' and
16 from it, into perf.data. Perf record options are accepted and are passed through.
350 To support TPEBS in TMA metrics, a new modifier :R on event is added. Perf would
312 Perf supports time based multiplexing of events, when the number of events
475 Perf record specific events:
572 Asynchronous mode is supported only when linking Perf tool with libc library
2029 Examples can be found on perf wiki page "Perf tools support for Intel® Processor Trace":
1 package Perf::Trace::Context;
1 package Perf::Trace::Util;
1 package Perf::Trace::Core;
1109 …$(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