Home
last modified time | relevance | path

Searched refs:tracing (Results 1 – 25 of 186) sorted by relevance

12345678

/linux/Documentation/translations/zh_CN/core-api/irq/
A Dirqflags-tracing.rst3 :Original: Documentation/core-api/irq/irqflags-tracing.rst
9 .. _cn_irqflags-tracing.rst:
17 “irq-flags tracing”(中断标志追踪)功能可以 “追踪” hardirq和softirq的状态,它让
27 的状态变化。但是一个架构可以以一种相当直接且无风险的方式启用irq-flags-tracing
33 然后还需要做一些功能上的改变来实现对irq-flags-tracing的支持:
45 一般来说,在一个架构中,不完整的irq-flags-tracing实现是没有风险的:lockdep
46 会检测到这一点,并将自己关闭。即锁验证器仍然可靠。应该不会因为irq-tracing的错
/linux/Documentation/trace/
A Dtimerlat-tracer.rst16 tracing system (generally mounted at /sys/kernel/tracing).
20 [root@f32 ~]# cd /sys/kernel/tracing/
21 [root@f32 tracing]# echo timerlat > current_tracer
25 [root@f32 tracing]# cat trace
71 - stop_tracing_us: stop the system tracing if a
74 - stop_tracing_total_us: stop the system tracing if a
86 [root@f32 ~]# cd /sys/kernel/tracing/
87 [root@f32 tracing]# echo timerlat > current_tracer
88 [root@f32 tracing]# echo 1 > events/osnoise/enable
90 [root@f32 tracing]# tail -10 trace
[all …]
A Dboottime-trace.rst4 Boot-time tracing
44 Stop tracing if WARN_ON() occurs.
50 Add fgraph tracing function filters.
53 Add fgraph non-tracing function filters.
65 Enable/Disable tracing on this instance when starting boot-time tracing.
100 Enable GROUP:EVENT tracing.
103 Enable all event tracing within GROUP.
106 Enable all event tracing.
201 boot-time tracing.
249 is for tracing functions starting with "user\_", and others tracing
[all …]
A Dmmiotrace.rst2 In-kernel memory-mapped I/O tracing
39 $ echo mmiotrace > /sys/kernel/debug/tracing/current_tracer
40 $ cat /sys/kernel/debug/tracing/trace_pipe > mydump.txt &
42 $ echo "X is up" > /sys/kernel/debug/tracing/trace_marker
43 $ echo nop > /sys/kernel/debug/tracing/current_tracer
63 $ cat /sys/kernel/debug/tracing/trace_pipe > mydump.txt &
71 $ echo "X is up" > /sys/kernel/debug/tracing/trace_marker
78 $ echo nop > /sys/kernel/debug/tracing/current_tracer
96 $ cat /sys/kernel/debug/tracing/buffer_size_kb
101 $ echo 128000 > /sys/kernel/debug/tracing/buffer_size_kb
[all …]
A Duprobetracer.rst15 /sys/kernel/debug/tracing/uprobe_events, and enable it via
16 /sys/kernel/debug/tracing/events/uprobes/<EVENT>/enable.
21 You can also use /sys/kernel/debug/tracing/dynamic_events instead of
82 /sys/kernel/debug/tracing/uprobe_profile. The first column is the filename,
90 echo 'p /bin/bash:0x4245c0' > /sys/kernel/debug/tracing/uprobe_events
94 echo 'r /bin/bash:0x4245c0' > /sys/kernel/debug/tracing/uprobe_events
98 echo '-:p_bash_0x4245c0' >> /sys/kernel/debug/tracing/uprobe_events
102 cat /sys/kernel/debug/tracing/uprobe_events
106 echo > /sys/kernel/debug/tracing/uprobe_events
111 # cd /sys/kernel/debug/tracing/
[all …]
A Devents.rst13 using the event tracing infrastructure.
17 tracing information is saved into the tracing buffer, and how the
18 tracing information should be printed.
27 /sys/kernel/debug/tracing/available_events.
43 # echo > /sys/kernel/debug/tracing/set_event
47 # echo *:* > /sys/kernel/debug/tracing/set_event
261 # cd /sys/kernel/debug/tracing/events/sched
271 # cd /sys/kernel/debug/tracing/events/sched
282 # cd /sys/kernel/debug/tracing/events/sched
297 # cd /sys/kernel/debug/tracing
[all …]
A Dhwlat_detector.rst38 Write the ASCII text "hwlat" into the current_tracer file of the tracing system
39 (mounted at /sys/kernel/tracing or /sys/kernel/tracing). It is possible to
45 # echo hwlat > /sys/kernel/tracing/current_tracer
46 # echo 100 > /sys/kernel/tracing/tracing_thresh
48 The /sys/kernel/tracing/hwlat_detector interface contains the following files:
58 observed then the data will be written to the tracing ring buffer.
70 The following tracing directory files are used by the hwlat_detector:
72 in /sys/kernel/tracing:
A Dkprobetrace.rst20 /sys/kernel/debug/tracing/kprobe_events, and enable it via
21 /sys/kernel/debug/tracing/events/kprobes/<EVENT>/enable.
23 You can also use /sys/kernel/debug/tracing/dynamic_events instead of
149 /sys/kernel/debug/tracing/kprobe_profile.
188 /sys/kernel/debug/tracing/events/kprobes/<EVENT>/format.
191 cat /sys/kernel/debug/tracing/events/kprobes/myprobe/format
214 echo > /sys/kernel/debug/tracing/kprobe_events
229 echo 1 > /sys/kernel/debug/tracing/events/kprobes/myprobe/enable
230 echo 1 > /sys/kernel/debug/tracing/events/kprobes/myretprobe/enable
232 Use the following command to start tracing in an interval.
[all …]
A Dhistogram.rst203 tracing/error_log file. See Error Conditions in
1187 # cat /sys/kernel/debug/tracing/trace
1821 /sys/kernel/debug/tracing/synthetic_events
1826 # cat /sys/kernel/debug/tracing/synthetic_events
1833 /sys/kernel/debug/tracing/synthetic_events
2057 tracing/events/synthetic directory, as usual::
2220 Snapshot taken (see tracing/snapshot). Details:
2242 # cat /sys/kernel/debug/tracing/snapshot
2356 # cat /sys/kernel/debug/tracing/snapshot
2394 # cd /sys/kernel/tracing
[all …]
A Devents-msr.rst5 The x86 kernel supports tracing most MSR (Model Specific Register) accesses.
11 /sys/kernel/debug/tracing/events/msr/
37 cat /sys/kernel/debug/tracing/trace | decode_msr.py /usr/src/linux/include/asm/msr-index.h
A Dftrace.rst60 mount -t tracefs nodev /sys/kernel/tracing
65 ln -s /sys/kernel/tracing /tracing
74 /sys/kernel/debug/tracing
85 "/sys/kernel/tracing" path name.
458 Usual clocks for tracing::
615 Usual timestamp modes for tracing:
1239 use function graph tracing instead of function tracing.
1875 Without function tracing::
2112 Latency tracing and events
2315 Single thread tracing
[all …]
A Dosnoise-tracer.rst47 tracing system (generally mounted at /sys/kernel/tracing).
51 [root@f32 ~]# cd /sys/kernel/tracing/
52 [root@f32 tracing]# echo osnoise > current_tracer
56 [root@f32 tracing]# cat trace
103 - osnoise/stop_tracing_us: stop the system tracing if a single noise
106 - osnoise/stop_tracing_total_us: stop the system tracing if total noise
152 approach: measuring thread and tracing.
A Devents-nmi.rst7 /sys/kernel/debug/tracing/events/nmi
34 cd /sys/kernel/debug/tracing/events/nmi/nmi_handler
40 $ cat /sys/kernel/debug/tracing/trace_pipe
/linux/Documentation/core-api/irq/
A Dirqflags-tracing.rst2 IRQ-flags state tracing
7 The "irq-flags tracing" feature "traces" hardirq and softirq state, in
21 state changes. But an architecture can be irq-flags-tracing enabled in a
30 irq-flags-tracing support:
37 irq-flags-tracing is spent in this state: look at the lockdep
40 lockdep complaint in the irq-flags-tracing functions arch support is
43 excluded from the irq-tracing [and lock validation] mechanism via
46 In general there is no risk from having an incomplete irq-flags-tracing
49 should be no crashes due to irq-tracing bugs. (except if the assembly
/linux/Documentation/networking/device_drivers/ethernet/mellanox/
A Dmlx5.rst574 $ cat /sys/kernel/debug/tracing/trace
581 $ cat /sys/kernel/debug/tracing/trace
588 $ cat /sys/kernel/debug/tracing/trace
595 $ cat /sys/kernel/debug/tracing/trace
602 $ cat /sys/kernel/debug/tracing/trace
611 $ cat /sys/kernel/debug/tracing/trace
618 $ cat /sys/kernel/debug/tracing/trace
626 $ cat /sys/kernel/debug/tracing/trace
634 $ cat /sys/kernel/debug/tracing/trace
642 $ cat /sys/kernel/debug/tracing/trace
[all …]
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent-cpus.txt6 tep_get_cpus, tep_set_cpus - Get / set the number of CPUs, which have a tracing
21 The _tep_get_cpus()_ function gets the number of CPUs, which have a tracing
24 The _tep_set_cpus()_ function sets the number of CPUs, which have a tracing
26 The _cpu_ argument is the number of CPUs with tracing data.
30 The _tep_get_cpus()_ functions returns the number of CPUs, which have tracing
43 printf("We have tracing data for %d CPUs", tep_get_cpus(tep));
/linux/Documentation/firmware-guide/acpi/
A Dmethod-tracing.rst15 method tracing facility.
20 ACPICA provides method tracing capability. And two functions are
163 All method tracing functions can be configured via ACPI module
185 The status of the tracing feature.
187 Users can enable/disable this debug tracing feature by executing
195 Disable the method tracing feature.
198 Enable the method tracing feature.
204 Enable the method tracing feature.
210 Enable the method tracing feature.
216 Enable the method tracing feature.
[all …]
/linux/tools/testing/selftests/powerpc/mm/
A Dstress_code_patching.sh33 echo function > $DEBUFS_DIR/tracing/current_tracer
34 echo nop > $DEBUFS_DIR/tracing/current_tracer
41 echo nop > $DEBUFS_DIR/tracing/current_tracer
/linux/drivers/char/mwave/
A DREADME8 0x0001 mwavedd api tracing
9 0x0002 smapi api tracing
10 0x0004 3780i tracing
11 0x0008 tp3780i tracing
/linux/tools/testing/ktest/examples/include/
A Dbootconfig.conf60 TEST_NAME = bootconfig tracing
62 BOOTCONFIG_FILE = tracing.bconf
63 BOOTCONFIG_VERIFY = verify-tracing.sh
/linux/tools/lib/api/fs/
A Dtracing_path.c20 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set() argument
24 mountpoint, tracing); in __tracing_path_set()
26 mountpoint, tracing, "events"); in __tracing_path_set()
/linux/kernel/trace/
A DKconfig96 Adds a very slight overhead to tracing when enabled.
130 # be able to offer generic tracing facilities:
143 Enable the kernel tracing infrastructure.
189 bool "enable/disable function tracing dynamically"
203 See the files in /sys/kernel/debug/tracing:
426 bool "Memory mapped IO tracing"
462 echo 1 > /sys/kernel/debug/tracing/snapshot
521 /sys/kernel/debug/tracing/trace_stat/branch_annotated
534 /sys/kernel/debug/tracing/trace_stat/branch_all
566 bool "Support for tracing block IO actions"
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-coresight-devices-etm4x5 Description: (RW) Enable/disable tracing on this specific trace entiry.
22 available for tracing.
29 available for tracing.
36 tracing.
49 available for tracing.
56 for tracing.
70 available for tracing.
77 are available for tracing.
92 context ID tracing.
149 tracing is enabled for the corresponding exception level.
[all …]
/linux/tools/perf/Documentation/
A Dperf-ftrace.txt17 functionality. It only supports single thread tracing currently and
48 Time (ms) to wait before starting tracing after program start.
66 Set the size of per-cpu tracing buffer, <size> is expected to
104 for the function_graph tracer only and disables tracing for function
/linux/arch/powerpc/platforms/powernv/
A DKconfig30 bool "Enable runtime allocation of RAM for tracing"
34 for hardware tracing.

Completed in 98 milliseconds

12345678