Home
last modified time | relevance | path

Searched refs:tracefs_cpu_read_size (Results 1 – 6 of 6) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-cpu.txt6 tracefs_cpu_read_size, tracefs_cpu_read, tracefs_cpu_buffered_read, tracefs_cpu_write,
16 int *tracefs_cpu_read_size*(struct tracefs_cpu pass:[*]_tcpu_);
31 The *tracefs_cpu_read_size()* returns the subbuffer size of the trace_pipe_raw. This
36 which is returned by *tracefs_cpu_read_size()*. If _nonblock_ is set, and
64 by *tracefs_cpu_read_size()*. This should be called at the end of tracing
84 The *tracefs_cpu_read_size()* returns the minimum size of the buffers to be
Dlibtracefs.txt345 int *tracefs_cpu_read_size*(struct tracefs_cpu pass:[*]_tcpu_);
/external/trace-cmd/lib/trace-cmd/
Dtrace-recorder.c155 recorder->subbuf_size = tracefs_cpu_read_size(recorder->tcpu); in create_buffer_recorder_fd2()
/external/libtracefs/src/
Dtracefs-record.c308 int tracefs_cpu_read_size(struct tracefs_cpu *tcpu) in tracefs_cpu_read_size() function
/external/libtracefs/include/
Dtracefs.h671 int tracefs_cpu_read_size(struct tracefs_cpu *tcpu);
/external/libtracefs/utest/
Dtracefs-utest.c1141 data->bufsize = tracefs_cpu_read_size(data->tcpu); in setup_trace_cpu()
1315 char buffer[tracefs_cpu_read_size(data->tcpu)]; in test_cpu_read_buf_percent()