Searched refs:Perf (Results 1 – 25 of 43) sorted by relevance
12
/linux-6.12.1/tools/perf/scripts/perl/ |
D | failed-syscalls.pl | 10 use Perf::Trace::Core; 11 use Perf::Trace::Context; 12 use Perf::Trace::Util;
|
D | check-perf-trace.pl | 12 use Perf::Trace::Core; 13 use Perf::Trace::Context; 14 use Perf::Trace::Util;
|
D | wakeup-latency.pl | 18 use Perf::Trace::Core; 19 use Perf::Trace::Util;
|
D | rw-by-file.pl | 18 use Perf::Trace::Core; 19 use Perf::Trace::Util;
|
D | rwtop.pl | 18 use Perf::Trace::Core; 19 use Perf::Trace::Util;
|
D | rw-by-pid.pl | 18 use Perf::Trace::Core; 19 use Perf::Trace::Util;
|
/linux-6.12.1/Documentation/admin-guide/ |
D | perf-security.rst | 3 Perf events and tool security 13 generated by Perf tool user mode utility (Perf) [3]_ , [4]_ . The risk 15 units (PMU) [2]_ and Perf collect and expose for performance analysis. 21 its topology, used kernel and Perf versions, performance monitoring 22 setup including experiment time, events configuration, Perf command 102 Privileged Perf users groups 107 dedicated groups of privileged Perf users who are permitted to execute 109 steps can be taken to create such groups of privileged Perf users. 111 1. Create perf_users group of privileged Perf users, assign perf_users 112 group to Perf tool executable and limit access to the executable for [all …]
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-script-perl.txt | 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 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 …]
|
D | perf-arm-spe.txt | 6 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,
|
D | security.txt | 5 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:
|
D | asciidoctor-extensions.rb | 4 module Perf module
|
D | perf-script-python.txt | 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-Util 515 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
|
/linux-6.12.1/tools/perf/scripts/ |
D | Build | 2 perf-util-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/ 4 perf-util-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
|
/linux-6.12.1/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | Context.xs | 28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
|
D | README | 1 Perf-Trace-Util version 0.01
|
/linux-6.12.1/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
D | Context.pm | 1 package Perf::Trace::Context;
|
D | Util.pm | 1 package Perf::Trace::Util;
|
D | Core.pm | 1 package Perf::Trace::Core;
|
/linux-6.12.1/Documentation/translations/zh_CN/arch/arm64/ |
D | perf.rst | 10 Perf 事件属性
|
/linux-6.12.1/Documentation/translations/zh_TW/arch/arm64/ |
D | perf.rst | 11 Perf 事件屬性
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | perf.rst | 6 Perf title 9 Perf Event Attributes 95 Perf Userspace PMU Hardware Counter Access 232 for threshold is limited to 12 bits, and the Perf tool will refuse to
|
/linux-6.12.1/Documentation/trace/coresight/ |
D | coresight-perf.rst | 4 CoreSight - Perf 10 Perf is able to locally access CoreSight trace data and store it to the 81 Perf test - Verify kernel and userspace perf CoreSight work
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 76 Description: Perf event units 88 Description: Perf event scaling factors
|
/linux-6.12.1/Documentation/gpu/ |
D | i915.rst | 592 Perf chapter 598 :doc: i915 Perf Overview 600 Comparison with Core Perf 603 :doc: i915 Perf History and Comparison with Core Perf 628 i915 Perf Stream 658 i915 Perf Observation Architecture Stream 677 Other i915 Perf Internals
|
/linux-6.12.1/drivers/ntb/test/ |
D | Kconfig | 23 tristate "NTB RAW Perf Measuring Tool"
|
12