Home
last modified time | relevance | path

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

/external/fio/
Dfio.h116 struct io_log *bw_log; member
Dstat.c1744 if (td->bw_log) in finalize_logs()
1745 _add_stat_to_log(td->bw_log, elapsed); in finalize_logs()
1845 if (td->bw_log) in add_bw_sample()
1846 add_log_sample(td, td->bw_log, rate, ddir, bs, 0); in add_bw_sample()
Diolog.c1185 struct io_log *log = td->bw_log; in write_bandw_log()
Dinit.c1250 setup_log(&td->bw_log, &p, logname); in add_job()