Home
last modified time | relevance | path

Searched refs:iops_log (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dfio.h113 struct io_log *iops_log; member
Dstat.c1721 if (td->iops_log) in finalize_logs()
1722 _add_stat_to_log(td->iops_log, elapsed); in finalize_logs()
1859 if (td->iops_log) in add_iops_sample()
1860 add_log_sample(td, td->iops_log, iops, ddir, bs); in add_iops_sample()
Diolog.c658 return write_this_log(td, td->iops_log, o->iops_log_file, "iops", try); in write_iops_log()
Dinit.c1138 setup_log(&td->iops_log, o->log_avg_msec, IO_LOG_TYPE_IOPS); in add_job()