Home
last modified time | relevance | path

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

/tools/bpf/bpftool/
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()
/tools/testing/selftests/ftrace/test.d/00basic/
Dbasic1.tc3 test -f README -a -f trace -a -f tracing_on -a -f trace_pipe
Dtrace_pipe.tc15 head -n 1 trace_pipe | grep -q "test input 1"
/tools/perf/Documentation/
Dperf-ftrace.txt18 just reads trace_pipe in text and then write it to stdout.