Searched refs:tracefs_cpu_write (Results 1 – 8 of 8) 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-instances-utils.txt | 57 *tracefs_cpu_buffered_read*(3), *tracefs_cpu_write*(3) and *tracefs_cpu_pipe*(3)
|
D | libtracefs-cpu-map.txt | 39 If the _tcpu_ is memory mapped it will also force *tracefs_cpu_write*(3) and
|
D | libtracefs.txt | 348 int *tracefs_cpu_write*(struct tracefs_cpu pass:[*]_tcpu_, int _wfd_, bool _nonblock_);
|
/external/libtracefs/src/ |
D | tracefs-record.c | 841 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/ |
D | trace-recorder.c | 391 ret = tracefs_cpu_write(recorder->tcpu, recorder->fd, nonblock); in move_data()
|
/external/libtracefs/include/ |
D | tracefs.h | 676 int tracefs_cpu_write(struct tracefs_cpu *tcpu, int wfd, bool nonblock);
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 1914 ret = tracefs_cpu_write(tcpu, fd, false); in trace_cpu_thread()
|