Home
last modified time | relevance | path

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

/external/fio/
Dstat.c2083 regrow_log(td->lat_log); in regrow_logs()
2283 if (td->lat_log && unit_logs) in finalize_logs()
2284 _add_stat_to_log(td->lat_log, elapsed, td->o.log_max != 0); in finalize_logs()
2400 if (td->lat_log) in add_lat_sample()
2401 add_log_sample(td, td->lat_log, sample_val(usec), ddir, bs, in add_lat_sample()
Dfio.h159 struct io_log *lat_log; member
Diolog.c1483 ret = __write_log(td, td->lat_log, try); in write_lat_log()
1485 td->lat_log = NULL; in write_lat_log()
Dinit.c1407 setup_log(&td->lat_log, &p, logname); in add_job()