Home
last modified time | relevance | path

Searched refs:tracefs_cpu_read_buf (Results 1 – 8 of 8) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-cpu-buf.txt6 tracefs_cpu_read_buf, tracefs_cpu_buffered_read_buf, tracefs_cpu_flush_buf
15 struct kbuffer pass:[*]*tracefs_cpu_read_buf*(struct tracefs_cpu pass:[*]_tcpu_, bool _nonblock_);
25 The *tracefs_cpu_read_buf()* reads the trace_pipe_raw files associated to _tcpu_
31 The *tracefs_cpu_buffered_read_buf()* is basically the same as *tracefs_cpu_read_buf()*
49 The functions *tracefs_cpu_read_buf()*, tracefs_cpu_buffered_read_buf()* and
Dlibtracefs-cpu-map.txt30 then the functions *tracefs_cpu_read*(3) and *tracefs_cpu_read_buf*(3) will use
34 to act just like *tracefs_cpu_read*(3) and *tracefs_cpu_read_buf*(3) respectively
154 * acts the same as tracefs_cpu_read_buf(). But this is just
160 while ((kbuf = mapped ? tracefs_cpu_read_buf(tcpu, true) :
190 *tracefs_cpu_read_buf*(3),
Dlibtracefs-cpu.txt215 *tracefs_cpu_read_buf*(3)
Dlibtracefs.txt353 struct kbuffer pass:[*]*tracefs_cpu_read_buf*(struct tracefs_cpu pass:[*]_tcpu_, bool _nonblock_);
/external/libtracefs/samples/
Dcpu-map.c76 while ((kbuf = mapped ? tracefs_cpu_read_buf(tcpu, true) : in main()
/external/libtracefs/src/
Dtracefs-record.c516 struct kbuffer *tracefs_cpu_read_buf(struct tracefs_cpu *tcpu, bool nonblock) in tracefs_cpu_read_buf() function
/external/libtracefs/include/
Dtracefs.h673 struct kbuffer *tracefs_cpu_read_buf(struct tracefs_cpu *tcpu, bool nonblock);
/external/libtracefs/utest/
Dtracefs-utest.c1306 kbuf = tracefs_cpu_read_buf(tcpu, false); in trace_cpu_read_thread()