Home
last modified time | relevance | path

Searched refs:trace_pipe (Results 1 – 11 of 11) sorted by relevance

/linux/tools/bpf/bpftool/
A Dtracelog.c130 char trace_pipe[PATH_MAX]; in do_tracelog() local
136 if (!get_tracefs_pipe(trace_pipe)) in do_tracelog()
139 trace_pipe_fd = fopen(trace_pipe, "r"); in do_tracelog()
/linux/tools/testing/selftests/ftrace/test.d/00basic/
A Dbasic1.tc3 test -f README -a -f trace -a -f tracing_on -a -f trace_pipe
A Dtrace_pipe.tc14 head -n 1 trace_pipe | grep -q "test input 1"
/linux/Documentation/trace/
A Dtracepoint-analysis.rst141 ftrace. Obviously using grep and awk of trace_pipe is an option as well
142 as any script reading trace_pipe.
192 /sys/kernel/debug/tracing/trace_pipe in human-readable format although binary
201 script that can read trace_pipe from STDIN or a copy of a trace. When used
A Devents-nmi.rst40 $ cat /sys/kernel/debug/tracing/trace_pipe
A Dmmiotrace.rst40 $ cat /sys/kernel/debug/tracing/trace_pipe > mydump.txt &
63 $ cat /sys/kernel/debug/tracing/trace_pipe > mydump.txt &
A Dftrace.rst136 trace_pipe:
654 per_cpu/cpu0/trace_pipe
669 Like trace_pipe, this is a consuming reader, where multiple
1099 When set, reading trace_pipe will not block when polled.
1136 trace,trace_pipe. Example::
3179 trace_pipe section in ftrace - Function Tracer
3189 # cat trace_pipe > /tmp/trace.out &
3384 trace_pipe tracing_on
3416 # cat trace_pipe
3431 # cat instances/foo/trace_pipe
[all …]
/linux/Documentation/translations/zh_CN/core-api/
A Dworkqueue.rst320 $ cat /sys/kernel/debug/tracing/trace_pipe > out.txt
/linux/tools/perf/Documentation/
A Dperf-ftrace.txt18 just reads trace_pipe in text and then write it to stdout.
/linux/kernel/trace/
A DKconfig352 The output will appear in the trace and trace_pipe files.
392 The output will appear in the trace and trace_pipe files.
586 cat /sys/kernel/debug/tracing/trace_pipe
/linux/Documentation/core-api/
A Dworkqueue.rst374 $ cat /sys/kernel/debug/tracing/trace_pipe > out.txt

Completed in 19 milliseconds