Searched refs:clat_log (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | fio.h | 110 struct io_log *clat_log; member
|
D | stat.c | 1713 if (td->clat_log) in finalize_logs() 1714 _add_stat_to_log(td->clat_log, elapsed); in finalize_logs() 1755 if (td->clat_log) in add_clat_sample() 1756 add_log_sample(td, td->clat_log, usec, ddir, bs); in add_clat_sample()
|
D | iolog.c | 672 return write_this_log(td, td->clat_log, o->lat_log_file, "clat" , try); in write_clat_log()
|
D | init.c | 1133 setup_log(&td->clat_log, o->log_avg_msec, IO_LOG_TYPE_CLAT); in add_job()
|