Home
last modified time | relevance | path

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

12345

/linux-6.1.9/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-6.1.9/Documentation/trace/coresight/
Dcoresight-etm4x-reference.rst23 :Trace Registers: {CONFIGR + others}
40 :Trace Registers: All
50 :Trace Registers: PRGCTLR, All hardware regs.
63 :Trace Registers: None.
75 :Trace Registers: None.
89 :Trace Registers: None.
102 :Trace Registers: ACVR[idx, idx+1], VIIECTLR
125 :Trace Registers: ACVR[idx]
138 :Trace Registers: ACVR[idx], VISSCTLR
150 :Trace Registers: ACVR[idx], VISSCTLR
[all …]
/linux-6.1.9/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.
50 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:
/linux-6.1.9/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;
/linux-6.1.9/Documentation/devicetree/bindings/arm/
Darm,coresight-tmc.yaml7 title: Arm CoreSight Trace Memory Controller
19 sinks, links and sources. Trace data produced by one or more sources flows
23 Trace Memory Controller is used for Embedded Trace Buffer(ETB), Embedded Trace
24 FIFO(ETF) and Embedded Trace Router(ETR) configurations. The configuration
91 description: Input connection from the CoreSight Trace bus.
Darm,coresight-etm.yaml7 title: Arm CoreSight Embedded Trace MacroCell
19 sinks, links and sources. Trace data produced by one or more sources flows
23 The Embedded Trace Macrocell (ETM) is a real-time trace module providing
53 Embedded Trace Macrocell with memory mapped access.
60 Embedded Trace Macrocell (version 4.x), with system register access only
114 description: Output connection from the ETM to CoreSight Trace bus.
Darm,coresight-tpiu.yaml7 title: Arm CoreSight Trace Port Interface Unit
19 sinks, links and sources. Trace data produced by one or more sources flows
23 The CoreSight Trace Port Interface Unit captures trace data from the trace bus
66 description: Input connection from the CoreSight Trace bus.
Darm,coresight-etb10.yaml7 title: Arm CoreSight Embedded Trace Buffer
19 sinks, links and sources. Trace data produced by one or more sources flows
23 The CoreSight Embedded Trace Buffer stores traces in a dedicated SRAM that is
66 description: Input connection from CoreSight Trace bus.
Darm,coresight-static-funnel.yaml7 title: Arm CoreSight Static Trace Bus Funnel
19 sinks, links and sources. Trace data produced by one or more sources flows
38 description: Input connections from CoreSight Trace bus
47 description: Output connection to CoreSight Trace bus
Darm,embedded-trace-extension.yaml8 title: ARM Embedded Trace Extensions
15 Arm Embedded Trace Extension(ETE) is a per CPU trace component that
20 Arm Trace Buffer Extension (TRBE)). Since the ETE can be connected to
45 description: Output connection from the ETE to legacy CoreSight Trace bus.
Darm,coresight-static-replicator.yaml7 title: Arm CoreSight Static Trace Bus Replicator
19 sinks, links and sources. Trace data produced by one or more sources flows
39 description: Input connection from CoreSight Trace bus
47 description: Output connections to CoreSight Trace bus
Darm,coresight-dynamic-funnel.yaml7 title: Arm CoreSight Programmable Trace Bus Funnel
19 sinks, links and sources. Trace data produced by one or more sources flows
65 description: Input connections from CoreSight Trace bus
74 description: Output connection to CoreSight Trace bus
Darm,coresight-dynamic-replicator.yaml7 title: Arm Coresight Programmable Trace Bus Replicator
19 sinks, links and sources. Trace data produced by one or more sources flows
72 description: Input connection from CoreSight Trace bus
80 description: Output connections to CoreSight Trace bus
Darm,coresight-stm.yaml7 title: Arm CoreSight System Trace MacroCell
19 sinks, links and sources. Trace data produced by one or more sources flows
73 description: Output connection to the CoreSight Trace bus.
/linux-6.1.9/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 …]
/linux-6.1.9/tools/perf/scripts/
DBuild1 perf-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/
2 perf-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
/linux-6.1.9/tools/perf/scripts/perl/Perf-Trace-Util/
DContext.xs28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
/linux-6.1.9/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-6.1.9/drivers/hwtracing/coresight/
DKconfig39 This enables support for the Trace Memory Controller driver.
66 This enables support for the Trace Port Interface Unit driver,
80 This enables support for the Embedded Trace Buffer version 1.0 driver
88 tristate "CoreSight Embedded Trace Macrocell 3.x driver"
106 This driver provides support for the CoreSight Embedded Trace Macrocell
107 version 4.x and the Embedded Trace Extensions (ETE). Both are CPU tracer
123 tristate "CoreSight System Trace Macrocell driver"
192 tristate "Trace Buffer Extension (TRBE) driver"
195 This driver provides support for percpu Trace Buffer Extension (TRBE).
/linux-6.1.9/drivers/hwtracing/ptt/
DKconfig3 tristate "HiSilicon PCIe Tune and Trace Device"
7 HiSilicon PCIe Tune and Trace device exists as a PCIe RCiEP
/linux-6.1.9/arch/arm/boot/compressed/
Ddecompress.c17 # define Trace(x) fprintf x macro
24 # define Trace(x) macro

12345