Searched refs:lat_log (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | stat.c | 2083 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()
|
D | fio.h | 159 struct io_log *lat_log; member
|
D | iolog.c | 1483 ret = __write_log(td, td->lat_log, try); in write_lat_log() 1485 td->lat_log = NULL; in write_lat_log()
|
D | init.c | 1407 setup_log(&td->lat_log, &p, logname); in add_job()
|