/Linux-v5.4/drivers/hwtracing/intel_th/ |
D | Kconfig | 3 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/ |
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. 49 On the whole, Intel(R) Trace Hub does not require any special [all …]
|
D | events-msr.rst | 2 MSR Trace Events 13 Trace MSR reads: 22 Trace MSR writes: 31 Trace RDPMC in kernel:
|
D | coresight.rst | 60 ****************** 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 …]
|
D | stm.rst | 4 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/ |
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-v5.4/Documentation/devicetree/bindings/arm/ |
D | coresight.txt | 6 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/ |
D | Build | 1 perf-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/ 2 perf-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
|
/Linux-v5.4/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-trace.txt | 154 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/ |
D | Context.xs | 28 MODULE = Perf::Trace::Context PACKAGE = Perf::Trace::Context
|
/Linux-v5.4/drivers/hwtracing/stm/ |
D | Kconfig | 3 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/ |
D | Kconfig | 30 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/ |
D | decompress.c | 17 # define Trace(x) fprintf x macro 24 # define Trace(x) macro
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etb10 | 13 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
|
D | sysfs-bus-coresight-devices-tmc | 5 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/ |
D | misc.c | 66 # define Trace(x) fprintf x macro 73 # define Trace(x) macro
|
/Linux-v5.4/arch/nios2/boot/compressed/ |
D | misc.c | 56 # define Trace(x) fprintf x macro 63 # define Trace(x) macro
|
/Linux-v5.4/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;
|