Home
last modified time | relevance | path

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

/external/fio/
Dstat.c2081 regrow_log(td->clat_log); in regrow_logs()
2279 if (td->clat_log && unit_logs) in finalize_logs()
2280 _add_stat_to_log(td->clat_log, elapsed, td->o.log_max != 0); in finalize_logs()
2322 if (td->clat_log) in add_clat_sample()
2323 add_log_sample(td, td->clat_log, sample_val(usec), ddir, bs, in add_clat_sample()
Dfio.h157 struct io_log *clat_log; member
Diolog.c1455 ret = __write_log(td, td->clat_log, try); in write_clat_log()
1457 td->clat_log = NULL; in write_clat_log()
Dinit.c1415 setup_log(&td->clat_log, &p, logname); in add_job()