Searched refs:iops_log (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | fio.h | 113 struct io_log *iops_log; member
|
D | stat.c | 1721 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()
|
D | iolog.c | 658 return write_this_log(td, td->iops_log, o->iops_log_file, "iops", try); in write_iops_log()
|
D | init.c | 1138 setup_log(&td->iops_log, o->log_avg_msec, IO_LOG_TYPE_IOPS); in add_job()
|