Searched refs:tracefs_cpu_flush (Results 1 – 6 of 6) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-cpu.txt | 7 tracefs_cpu_stop, tracefs_cpu_flush, tracefs_cpu_flush_write, tracefs_cpu_pipe 21 int *tracefs_cpu_flush*(struct tracefs_cpu pass:[*]_tcpu_, void pass:[*]_buffer_); 47 return anything, even with _nonblock_ set. Calls to *tracefs_cpu_flush()* 62 The *tracefs_cpu_flush()* reads the trace_pipe_raw file associated by the _tcpu_ and puts it 85 used with *tracefs_cpu_read()*, *tracefs_cpu_buffered_read()* and *tracefs_cpu_flush()*. 100 The *tracefs_cpu_flush()* returns the number of bytes read or negative on error.
|
D | libtracefs-cpu-buf.txt | 38 or *tracefs_cpu_flush()* should be done to read the rest of the file at the 50 *tracefs_cpu_flush()* returns a kbuffer descriptor that can be iterated 145 *tracefs_cpu_flush*(3)
|
D | libtracefs.txt | 350 int *tracefs_cpu_flush*(struct tracefs_cpu pass:[*]_tcpu_, void pass:[*]_buffer_);
|
/external/libtracefs/src/ |
D | tracefs-record.c | 734 int tracefs_cpu_flush(struct tracefs_cpu *tcpu, void *buffer) in tracefs_cpu_flush() function 793 ret = tracefs_cpu_flush(tcpu, tcpu->buffer); in tracefs_cpu_flush_buf() 816 ret = tracefs_cpu_flush(tcpu, buffer); in tracefs_cpu_flush_write()
|
/external/libtracefs/include/ |
D | tracefs.h | 678 int tracefs_cpu_flush(struct tracefs_cpu *tcpu, void *buffer);
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 1367 while (tracefs_cpu_flush(data->tcpu, buffer)) in test_cpu_read_buf_percent()
|