Searched refs:trace_fd (Results 1 – 1 of 1) sorted by relevance
76 int trace_fd; in read_trace_pipe2() local80 trace_fd = open(TRACEFS "trace_pipe", O_RDONLY, 0); in read_trace_pipe2()81 if (trace_fd < 0) { in read_trace_pipe2()98 sz = read(trace_fd, buf, sizeof(buf) - 1); in read_trace_pipe2()
Completed in 4 milliseconds