Home
last modified time | relevance | path

Searched refs:write_lat_log (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/site_tests/hardware_StorageFio/
Dvendor_perf_fill_device47 write_lat_log=randwrite_p1
56 write_lat_log=randread_p1
66 write_lat_log=randwrite_p2
75 write_lat_log=randread_p2
84 write_lat_log=randwrite_p3
93 write_lat_log=randread_p3
107 write_lat_log=seqwrite_p1
116 write_lat_log=seqread_p1
125 write_lat_log=seqwrite_p2
134 write_lat_log=seqread_p2
[all …]
/external/fio/examples/
Drbd.fio13 #write_lat_log=write_lat_log
/external/fio/
Dthread_options.h246 unsigned int write_lat_log; member
516 uint32_t write_lat_log; member
Dcconv.c290 o->write_lat_log = le32_to_cpu(top->write_lat_log); in convert_thread_options_to_cpu()
476 top->write_lat_log = cpu_to_le32(o->write_lat_log); in convert_thread_options_to_net()
Diolog.c1476 static int write_lat_log(struct thread_data *td, int try, bool unit_log) in write_lat_log() function
1527 .fn = write_lat_log,
Dinit.c1386 if (o->write_lat_log) { in add_job()
DHOWTO2621 text files into nice graphs. See :option:`write_lat_log` for behaviour of
2627 .. option:: write_lat_log=str
2635 write_lat_log=foo
2645 Same as :option:`write_lat_log`, but writes I/O completion latency
Doptions.c1416 td->o.write_lat_log = 1; in str_write_lat_log_cb()