/linux-4.1.27/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-4.1.27/tools/perf/scripts/ |
D | Build | 1 libperf-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/ 2 libperf-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
|
/linux-4.1.27/Documentation/trace/ |
D | coresight.txt | 59 ****************** AMBA Advanced Trace Bus (ATB) ****************** 75 &&&&&&&&& IIIIIII ETM = Embedded Trace Macrocell 76 ; PTM = Program Trace Macrocell 78 * ETB = Embedded Trace Buffer 79 To trace port TPIU= Trace Port Interface Unit 98 PTM: Program Trace Macrocell 99 ETM: Embedded Trace Macrocell 101 ETB: Embedded Trace Buffer 102 ITM: Instrumentation Trace Macrocell 103 TPIU: Trace Port Interface Unit [all …]
|
D | events-power.txt | 2 Subsystem Trace Points: power 20 1.1 Trace API
|
D | events-nmi.txt | 1 NMI Trace Events
|
D | events-kmem.txt | 1 Subsystem Trace Points: kmem
|
D | mmiotrace.txt | 122 Trace Log Format
|
D | events.txt | 155 Trace events can be filtered in the kernel by associating boolean 294 Trace events can be made to conditionally invoke trigger 'commands'
|
D | ftrace.txt | 300 See the "Stack Trace" section below. 306 See the "Stack Trace" section below. 2389 Trace commands have the following format:
|
/linux-4.1.27/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-4.1.27/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 | 115 Trace pagefaults. Optionally, you can specify whether you want minor, 119 Trace system calls. This options is enabled by default. 122 Trace other events, see 'perf list' for a complete list. 149 Trace only major pagefaults: 153 Trace syscalls, major and minor pagefaults:
|
D | perf-data.txt | 40 [1] Common Trace Format - http://www.efficios.com/ctf
|
D | perf-script-python.txt | 132 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace') 219 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace') 282 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace') 393 drwxr-xr-x 3 trz trz 4096 2010-01-26 22:49 Perf-Trace-Util 519 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | Kconfig | 27 This enables support for the Trace Memory Controller driver. 37 This enables support for the Trace Port Interface Unit driver, 48 This enables support for the Embedded Trace Buffer version 1.0 driver 53 bool "CoreSight Embedded Trace Macrocell 3.x driver"
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | decompress.c | 19 # define Trace(x) fprintf x macro 26 # define Trace(x) macro
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-etb10 | 20 Description: (RW) Disables write access to the Trace RAM by stopping the 23 into the Trace RAM following the trigger event is equal to the
|
D | sysfs-bus-coresight-devices-tmc | 5 Description: (RW) Disables write access to the Trace RAM by stopping the
|
/linux-4.1.27/arch/alpha/boot/ |
D | misc.c | 65 # define Trace(x) fprintf x macro 72 # define Trace(x) macro
|
/linux-4.1.27/arch/nios2/boot/compressed/ |
D | misc.c | 69 # define Trace(x) fprintf x macro 76 # define Trace(x) macro
|
/linux-4.1.27/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-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 104 bool "Turn on Blackfin's Hardware Trace" 107 All Blackfins include a Trace Unit which stores a history of the last 131 bool "Trace all Loops" 158 bool "Expand Trace Buffer greater than 16 entries" 163 the Blackfin's HW Trace buffer are full, the kernel will move them 170 int "Size of Trace buffer (in power of 2k)"
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | README | 1 Trace Agent for virtio-trace 4 Trace agent is a user tool for sending trace data of a guest to a Host in low 5 overhead. Trace agent has the following functions:
|
/linux-4.1.27/arch/cris/boot/compressed/ |
D | misc.c | 81 # define Trace(x) fprintf x macro 100 # define Trace(x) macro
|
/linux-4.1.27/tools/perf/ |
D | Makefile.perf | 487 …$(INSTALL) scripts/perl/Perf-Trace-Util/lib/Perf/Trace/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/s… 496 …$(INSTALL) scripts/python/Perf-Trace-Util/lib/Perf/Trace/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)…
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
D | misc.c | 107 # define Trace(x) fprintf x macro 114 # define Trace(x) macro
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 225 bool "Trace process context switches and events" 234 bool "Trace syscalls" 301 bool "Trace likely/unlikely profiler" 338 bool "Trace likely/unlikely instances" 344 "Trace likely/unlikely profiler" is that this is not a 352 bool "Trace max stack"
|
/linux-4.1.27/lib/zlib_deflate/ |
D | defutil.h | 5 #define Trace(dummy) macro
|
D | deftree.c | 450 Trace((stderr,"\nbit length overflow\n")); in gen_bitlen() 477 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); in gen_bitlen()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | oops-tracing.txt | 174 Aug 29 09:51:01 blizard kernel: Call Trace: [oops:_oops_ioctl+48/80] [_sys_ioctl+254/272] [_system_…
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 337 tristate "Trace data router for MIPI P1149.7 cJTAG standard" 350 "Trace data sink for MIPI P1149.7 cJTAG standard" line discipline 354 tristate "Trace data sink for MIPI P1149.7 cJTAG standard" 366 "Trace data router for MIPI P1149.7 cJTAG standard".
|
/linux-4.1.27/Documentation/pti/ |
D | pti_intel_mid.txt | 2 system-on-a-chip designs based on the Parallel Trace
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | coresight.txt | 6 sinks, links and sources. Trace data produced by one or more sources flows
|
/linux-4.1.27/Documentation/RCU/ |
D | lockdep-splat.txt | 36 Call Trace:
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | Kconfig | 37 bool "Dispatch Trace Log"
|
/linux-4.1.27/arch/avr32/ |
D | Kconfig | 218 Say Y to generate an Ownership Trace message on every context switch,
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 2383 # _real_trace() - "callout" for Trace enabled exception # 2395 # If Trace exception enabled: # 2396 # - The system stack is changed to a Trace exception stack frame # 2416 # must also check if a Trace exception is pending, in which case, we # 2417 # must create a Trace exception stack frame from the current exception # 2418 # stack frame. If no Trace is pending, we simply exit through # 2422 # as a result of this operation emulation. A Trace exception can be # 2424 # to a Trace stack frame and an exit made through _real_trace(). #
|
D | fpsp.S | 2384 # _real_trace() - "callout" for Trace enabled exception # 2396 # If Trace exception enabled: # 2397 # - The system stack is changed to a Trace exception stack frame # 2417 # must also check if a Trace exception is pending, in which case, we # 2418 # must create a Trace exception stack frame from the current exception # 2419 # stack frame. If no Trace is pending, we simply exit through # 2423 # as a result of this operation emulation. A Trace exception can be # 2425 # to a Trace stack frame and an exit made through _real_trace(). #
|
/linux-4.1.27/drivers/net/hippi/ |
D | rrunner.h | 703 u32 Trace; member
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | iskeleton.S | 127 | then it create a Trace exception stack frame from the "chk" exception
|
/linux-4.1.27/Documentation/ |
D | kasan.txt | 85 Call Trace:
|
D | BUG-HUNTING | 221 >Call Trace:
|
D | oops-tracing.txt | 210 Aug 29 09:51:01 blizard kernel: Call Trace: [oops:_oops_ioctl+48/80] [_sys_ioctl+254/272] [_system_…
|
D | DMA-API.txt | 605 Call Trace:
|
D | devices.txt | 2683 0 = /dev/tnf/t0 Trace 0 data extraction 2684 1 = /dev/tnf/t1 Trace 1 data extraction
|
D | kernel-parameters.txt | 1446 initcall_debug [KNL] Trace initcalls as they are executed. Useful
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 31 TT Special Trace unit 0-5
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 103 bool "Trace all mac80211 debug messages"
|
/linux-4.1.27/drivers/misc/ |
D | Kconfig | 128 tristate "Parallel Trace Interface for MIPI P1149.7 cJTAG standard" 132 The PTI (Parallel Trace Interface) driver directs
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 199 4 0x4 Trace open() and close() calls Off
|
/linux-4.1.27/Documentation/vm/ |
D | slub.txt | 43 T Trace (please only use on single slabs)
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 329 0xF6 all LTTng Linux Trace Toolkit Next Generation
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 852 to the adapter. Performance impact is minimal. Trace can be 1106 to the adapter. Performance impact is minimal. Trace can be
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1038 Trace Sets 1485 Trace the io starting up on the first device 7c08 & 7c09
|