Home
last modified time | relevance | path

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

/external/fio/
Dfio.h110 struct io_log *clat_log; member
Dstat.c1713 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()
Diolog.c672 return write_this_log(td, td->clat_log, o->lat_log_file, "clat" , try); in write_clat_log()
Dinit.c1133 setup_log(&td->clat_log, o->log_avg_msec, IO_LOG_TYPE_CLAT); in add_job()