Searched refs:tracefs_cpu_buffered_read (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libtracefs/Documentation/ |
H A D | libtracefs-cpu.txt | 6 tracefs_cpu_read_size, tracefs_cpu_read, tracefs_cpu_buffered_read, tracefs_cpu_write, 18 int *tracefs_cpu_buffered_read*(struct tracefs_cpu pass:[*]_tcpu_, void pass:[*]_buffer_, bool _non… 41 The *tracefs_cpu_buffered_read()* is basically the same as *tracefs_cpu_read()* 85 used with *tracefs_cpu_read()*, *tracefs_cpu_buffered_read()* and *tracefs_cpu_flush()*. 90 The *tracefs_cpu_buffered_read()* returns the number of bytes read or negative on error.
|
H A D | libtracefs.txt | 294 …int *tracefs_cpu_buffered_read*(struct tracefs_cpu pass:[*]_tcpu_, void pass:[*]_buffer_, bool _no…
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-record.c | 369 int tracefs_cpu_buffered_read(struct tracefs_cpu *tcpu, void *buffer, bool nonblock) in tracefs_cpu_buffered_read() function
|
H A D | tracefs-events.c | 73 r = tracefs_cpu_buffered_read(cpu->tcpu, cpu->page, true); in read_next_page()
|
/aosp_15_r20/external/libtracefs/include/ |
H A D | tracefs.h | 630 int tracefs_cpu_buffered_read(struct tracefs_cpu *tcpu, void *buffer, bool nonblock);
|