Searched refs:trace_pipe (Results 1 – 4 of 4) sorted by relevance
130 char trace_pipe[PATH_MAX]; in do_tracelog() local136 if (!get_tracefs_pipe(trace_pipe)) in do_tracelog()139 trace_pipe_fd = fopen(trace_pipe, "r"); in do_tracelog()
3 test -f README -a -f trace -a -f tracing_on -a -f trace_pipe
15 head -n 1 trace_pipe | grep -q "test input 1"
18 just reads trace_pipe in text and then write it to stdout.