Home
last modified time | relevance | path

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

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