Searched refs:tracefs_cpu_write (Results 1 – 5 of 5) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-cpu.txt | 6 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);
|
D | libtracefs.txt | 295 int *tracefs_cpu_write*(struct tracefs_cpu pass:[*]_tcpu_, int _wfd_, bool _nonblock_);
|
/external/libtracefs/src/ |
D | tracefs-record.c | 528 int tracefs_cpu_write(struct tracefs_cpu *tcpu, int wfd, bool nonblock) in tracefs_cpu_write() function
|
/external/libtracefs/include/ |
D | tracefs.h | 631 int tracefs_cpu_write(struct tracefs_cpu *tcpu, int wfd, bool nonblock);
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 890 ret = tracefs_cpu_write(tcpu, fd, false); in trace_cpu_thread()
|