Searched defs:add_log_sample (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dstat.c1694 static void add_log_sample(struct thread_data *td, struct io_log *iolog, function
1781 add_log_sample(td, td->clat_log, usec, ddir, bs, offset);
1798 add_log_sample(td, td->slat_log, usec, ddir, bs, offset);
1812 add_log_sample(td, td->lat_log, usec, ddir, bs, offset);
1846 add_log_sample(td, td->bw_log, rate, ddir, bs, 0);
1885 add_log_sample(td, td->iops_log, iops, ddir, bs, 0);

Completed in 46 milliseconds