Home
last modified time | relevance | path

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

1234

/Linux-v5.4/drivers/hwtracing/intel_th/
DKconfig3 tristate "Intel(R) Trace Hub controller"
6 Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that
9 in System Trace Protocol (MIPI STPv2) and is intended to perform
16 Say Y here to enable Intel(R) Trace Hub controller support.
21 tristate "Intel(R) Trace Hub PCI controller"
24 Intel(R) Trace Hub may exist as a PCI device. This option enables
30 tristate "Intel(R) Trace Hub ACPI controller"
33 Intel(R) Trace Hub may exist as an ACPI device. This option enables
42 tristate "Intel(R) Trace Hub Global Trace Hub"
44 Global Trace Hub (GTH) is the central component of the
[all …]
/Linux-v5.4/Documentation/trace/
Dintel_th.rst4 Intel(R) Trace Hub (TH)
10 Intel(R) Trace Hub (TH) is a set of hardware blocks that produce,
13 Trace Protocol (MIPI STPv2) and is intended to perform full system
14 debugging. For more information on the hardware, see Intel(R) Trace
18 switch (Global Trace Hub, GTH). These devices are placed on a bus of
23 - Software Trace Hub (STH), trace source, which is a System Trace
27 - Parallel Trace Interface output (PTI), trace output to an external
29 - Global Trace Hub (GTH), which is a switch and a central component
30 of Intel(R) Trace Hub architecture.
49 On the whole, Intel(R) Trace Hub does not require any special
[all …]
Devents-msr.rst2 MSR Trace Events
13 Trace MSR reads:
22 Trace MSR writes:
31 Trace RDPMC in kernel:
Dcoresight.rst60 ****************** AMBA Advanced Trace Bus (ATB) ******************
76 &&&&&&&&& IIIIIII ETM = Embedded Trace Macrocell
77 ; PTM = Program Trace Macrocell
79 * ETB = Embedded Trace Buffer
80 To trace port TPIU= Trace Port Interface Unit
100 Program Trace Macrocell
102 Embedded Trace Macrocell
106 Embedded Trace Buffer
108 Instrumentation Trace Macrocell
110 Trace Port Interface Unit
[all …]
Dstm.rst4 System Trace Module
7 System Trace Module (STM) is a device described in MIPI STP specs as
8 STP trace stream generator. STP (System Trace Protocol) is a trace
57 Trace sources have to open the stm class device's node and write their
93 Examples of STM devices are Intel(R) Trace Hub [1] and Coresight STM
/Linux-v5.4/tools/perf/scripts/perl/
Dfailed-syscalls.pl10 use Perf::Trace::Core;
11 use Perf::Trace::Context;
12 use Perf::Trace::Util;
Dcheck-perf-trace.pl12 use Perf::Trace::Core;
13 use Perf::Trace::Context;
14 use Perf::Trace::Util;
Dwakeup-latency.pl18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
Drw-by-file.pl18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
Drwtop.pl18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
Drw-by-pid.pl18 use Perf::Trace::Core;
19 use Perf::Trace::Util;
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Dcoresight.txt6 sinks, links and sources. Trace data produced by one or more sources flows
16 - Embedded Trace Buffer (version 1.0):
19 - Trace Port Interface Unit:
22 - Trace Memory Controller, used for Embedded Trace Buffer(ETB),
23 Embedded Trace FIFO(ETF) and Embedded Trace Router(ETR)
28 - Trace Programmable Funnel:
33 - Embedded Trace Macrocell (version 3.x) and
34 Program Flow Trace Macrocell:
37 - Embedded Trace Macrocell (version 4.x):
43 - System Trace Macrocell:
[all …]
/Linux-v5.4/tools/perf/scripts/
DBuild1 perf-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/
2 perf-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
/Linux-v5.4/tools/perf/Documentation/
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 …]
Dperf-trace.txt154 Trace pagefaults. Optionally, you can specify whether you want minor,
158 Trace system calls. This options is enabled by default, disable with
256 Trace only major pagefaults:
260 Trace syscalls, major and minor pagefaults:
269 Trace the first 4 open, openat or open_by_handle_at syscalls (in the future more syscalls may match…
279 Trace the first minor page fault when running a workload:
292 Trace the next min page page fault to take place on the first CPU:
311 Trace the next two sched:sched_switch events, four block:*_plug events, the
/Linux-v5.4/tools/perf/scripts/perl/Perf-Trace-Util/
DContext.xs28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
/Linux-v5.4/drivers/hwtracing/stm/
DKconfig3 tristate "System Trace Module devices"
7 A System Trace Module (STM) is a device exporting data in System
8 Trace Protocol (STP) format as defined by MIPI STP standards.
9 Examples of such devices are Intel(R) Trace Hub and Coresight STM.
11 Say Y here to enable System Trace Module device support.
/Linux-v5.4/drivers/hwtracing/coresight/
DKconfig30 This enables support for the Trace Memory Controller driver.
51 This enables support for the Trace Port Interface Unit driver,
62 This enables support for the Embedded Trace Buffer version 1.0 driver
67 bool "CoreSight Embedded Trace Macrocell 3.x driver"
77 bool "CoreSight Embedded Trace Macrocell 4.x driver"
88 bool "CoreSight System Trace Macrocell driver"
/Linux-v5.4/arch/arm/boot/compressed/
Ddecompress.c17 # define Trace(x) fprintf x macro
24 # define Trace(x) macro
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-etb1013 Description: (RW) Disables write access to the Trace RAM by stopping the
16 into the Trace RAM following the trigger event is equal to the
38 that is used to read entries from the Trace RAM over the APB
48 the CoreSight bus into the Trace RAM. The value is read directly
Dsysfs-bus-coresight-devices-tmc5 Description: (RW) Disables write access to the Trace RAM by stopping the
29 that is used to read entries from the Trace RAM over the APB
39 the CoreSight bus into the Trace RAM. The value is read directly
/Linux-v5.4/arch/alpha/boot/
Dmisc.c66 # define Trace(x) fprintf x macro
73 # define Trace(x) macro
/Linux-v5.4/arch/nios2/boot/compressed/
Dmisc.c56 # define Trace(x) fprintf x macro
63 # define Trace(x) macro
/Linux-v5.4/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
DContext.pm1 package Perf::Trace::Context;
DUtil.pm1 package Perf::Trace::Util;

1234