Home
last modified time | relevance | path

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

/external/fio/
Dfio.h115 struct io_log *lat_log; member
Dstat.c1742 if (td->lat_log) in finalize_logs()
1743 _add_stat_to_log(td->lat_log, elapsed); in finalize_logs()
1811 if (td->lat_log) in add_lat_sample()
1812 add_log_sample(td, td->lat_log, usec, ddir, bs, offset); in add_lat_sample()
Diolog.c1175 struct io_log *log = td->lat_log; in write_lat_log()
Dinit.c1224 setup_log(&td->lat_log, &p, logname); in add_job()