/linux-6.3-rc2/drivers/hwtracing/intel_th/ |
A D | Kconfig | 3 tristate "Intel(R) Trace Hub controller" 16 Say Y here to enable Intel(R) Trace Hub controller support. 21 tristate "Intel(R) Trace Hub PCI controller" 30 tristate "Intel(R) Trace Hub ACPI controller" 42 tristate "Intel(R) Trace Hub Global Trace Hub" 44 Global Trace Hub (GTH) is the central component of the 52 tristate "Intel(R) Trace Hub Software Trace Hub support" 56 trace sources to be sent out via Intel(R) Trace Hub. It 62 tristate "Intel(R) Trace Hub Memory Storage Unit" 72 tristate "Intel(R) Trace Hub PTI output" [all …]
|
/linux-6.3-rc2/Documentation/trace/coresight/ |
A D | coresight-etm4x-reference.rst | 40 :Trace Registers: All 63 :Trace Registers: None. 75 :Trace Registers: None. 89 :Trace Registers: None. 241 :Trace Registers: None 316 :Trace Registers: BBCTLR 345 :Trace Registers: none 391 :Trace Registers: None 437 :Trace Registers: None 480 :Trace Registers: None. [all …]
|
/linux-6.3-rc2/Documentation/trace/ |
A D | intel_th.rst | 4 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 …]
|
A D | events-msr.rst | 2 MSR Trace Events 13 Trace MSR reads: 22 Trace MSR writes: 31 Trace RDPMC in kernel:
|
/linux-6.3-rc2/tools/perf/scripts/perl/ |
A D | failed-syscalls.pl | 10 use Perf::Trace::Core; 11 use Perf::Trace::Context; 12 use Perf::Trace::Util;
|
A D | check-perf-trace.pl | 12 use Perf::Trace::Core; 13 use Perf::Trace::Context; 14 use Perf::Trace::Util;
|
A D | wakeup-latency.pl | 18 use Perf::Trace::Core; 19 use Perf::Trace::Util;
|
A D | rw-by-file.pl | 18 use Perf::Trace::Core; 19 use Perf::Trace::Util;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/ |
A D | arm,coresight-tmc.yaml | 7 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.
|
A D | arm,coresight-etm.yaml | 7 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.
|
A D | arm,coresight-static-funnel.yaml | 7 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
|
A D | arm,coresight-etb10.yaml | 7 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.
|
A D | arm,coresight-tpiu.yaml | 7 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.
|
A D | arm,embedded-trace-extension.yaml | 8 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.
|
A D | arm,coresight-static-replicator.yaml | 7 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
|
A D | arm,coresight-dynamic-funnel.yaml | 7 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
|
A D | arm,coresight-dynamic-replicator.yaml | 7 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
|
A D | arm,coresight-stm.yaml | 7 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.3-rc2/tools/perf/Documentation/ |
A 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 …]
|
/linux-6.3-rc2/tools/perf/scripts/ |
A D | Build | 1 perf-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/ 2 perf-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
|
/linux-6.3-rc2/tools/perf/scripts/perl/Perf-Trace-Util/ |
A D | Context.xs | 28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
|
/linux-6.3-rc2/drivers/hwtracing/stm/ |
A D | Kconfig | 3 tristate "System Trace Module devices" 6 A System Trace Module (STM) is a device exporting data in System 7 Trace Protocol (STP) format as defined by MIPI STP standards. 8 Examples of such devices are Intel(R) Trace Hub and Coresight STM. 10 Say Y here to enable System Trace Module device support.
|
/linux-6.3-rc2/drivers/hwtracing/coresight/ |
A D | Kconfig | 39 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). 218 tristate "CoreSight Trace, Profiling & Diagnostics Monitor driver" [all …]
|
/linux-6.3-rc2/drivers/hwtracing/ptt/ |
A D | Kconfig | 3 tristate "HiSilicon PCIe Tune and Trace Device" 7 HiSilicon PCIe Tune and Trace device exists as a PCIe RCiEP
|
/linux-6.3-rc2/arch/arm/boot/compressed/ |
A D | decompress.c | 17 # define Trace(x) fprintf x macro 24 # define Trace(x) macro
|