Home
last modified time | relevance | path

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

/external/libtracefs/Documentation/
Dlibtracefs-cpu.txt6 tracefs_cpu_read_size, tracefs_cpu_read, tracefs_cpu_buffered_read, tracefs_cpu_write,
19 int *tracefs_cpu_write*(struct tracefs_cpu pass:[*]_tcpu_, int _wfd_, bool _nonblock_);
50 The *tracefs_cpu_write()* will pipe the data from the trace_pipe_raw
71 The *tracefs_cpu_pipe()* is similar to *tracefs_cpu_write()* but the _wfd_ file descriptor
72 must be a pipe. This call is an optimization of *tracefs_cpu_write()* that uses two calls
92 The *tracefs_cpu_write()* returns the number of bytes written to the file
130 ret = tracefs_cpu_write(tcpu, fd, false);
Dlibtracefs-instances-utils.txt57 *tracefs_cpu_buffered_read*(3), *tracefs_cpu_write*(3) and *tracefs_cpu_pipe*(3)
Dlibtracefs-cpu-map.txt39 If the _tcpu_ is memory mapped it will also force *tracefs_cpu_write*(3) and
Dlibtracefs.txt348 int *tracefs_cpu_write*(struct tracefs_cpu pass:[*]_tcpu_, int _wfd_, bool _nonblock_);
/external/libtracefs/src/
Dtracefs-record.c841 int tracefs_cpu_write(struct tracefs_cpu *tcpu, int wfd, bool nonblock) in tracefs_cpu_write() function
929 return tracefs_cpu_write(tcpu, wfd, nonblock); in tracefs_cpu_pipe()
/external/trace-cmd/lib/trace-cmd/
Dtrace-recorder.c391 ret = tracefs_cpu_write(recorder->tcpu, recorder->fd, nonblock); in move_data()
/external/libtracefs/include/
Dtracefs.h676 int tracefs_cpu_write(struct tracefs_cpu *tcpu, int wfd, bool nonblock);
/external/libtracefs/utest/
Dtracefs-utest.c1914 ret = tracefs_cpu_write(tcpu, fd, false); in trace_cpu_thread()