Home
last modified time | relevance | path

Searched refs:tracefs_cpu_write (Results 1 – 5 of 5) 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.txt295 int *tracefs_cpu_write*(struct tracefs_cpu pass:[*]_tcpu_, int _wfd_, bool _nonblock_);
/external/libtracefs/src/
Dtracefs-record.c528 int tracefs_cpu_write(struct tracefs_cpu *tcpu, int wfd, bool nonblock) in tracefs_cpu_write() function
/external/libtracefs/include/
Dtracefs.h631 int tracefs_cpu_write(struct tracefs_cpu *tcpu, int wfd, bool nonblock);
/external/libtracefs/utest/
Dtracefs-utest.c890 ret = tracefs_cpu_write(tcpu, fd, false); in trace_cpu_thread()