Searched refs:trace_fifo_get (Results 1 - 2 of 2) sorted by relevance

/external/fio/
H A Dblktrace.c47 static int trace_fifo_get(struct thread_data *td, struct fifo *fifo, int fd, function
70 return trace_fifo_get(td, fifo, fd, NULL, t->pdu_len);
452 int ret = trace_fifo_get(td, fifo, fd, &t, sizeof(t));
/external/fio/t/
H A Dbtrace2fio.c197 static int trace_fifo_get(struct fifo *fifo, int fd, void *buf, function
218 return trace_fifo_get(fifo, fd, NULL, t->pdu_len);
497 ret = trace_fifo_get(fifo, fd, &t, sizeof(t));

Completed in 101 milliseconds