Home
last modified time | relevance | path

Searched refs:tracefs_cpu_buffered_read (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libtracefs/Documentation/
H A Dlibtracefs-cpu.txt6 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 Dlibtracefs.txt294 …int *tracefs_cpu_buffered_read*(struct tracefs_cpu pass:[*]_tcpu_, void pass:[*]_buffer_, bool _no…
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-record.c369 int tracefs_cpu_buffered_read(struct tracefs_cpu *tcpu, void *buffer, bool nonblock) in tracefs_cpu_buffered_read() function
H A Dtracefs-events.c73 r = tracefs_cpu_buffered_read(cpu->tcpu, cpu->page, true); in read_next_page()
/aosp_15_r20/external/libtracefs/include/
H A Dtracefs.h630 int tracefs_cpu_buffered_read(struct tracefs_cpu *tcpu, void *buffer, bool nonblock);