Searched refs:log_hist_coarseness (Results 1 – 8 of 8) sorted by relevance
/external/fio/ |
D | server.h | 197 uint32_t log_hist_coarseness; member
|
D | thread_options.h | 134 unsigned int log_hist_coarseness; member 405 uint32_t log_hist_coarseness; member
|
D | init.c | 1391 .hist_coarseness = o->log_hist_coarseness, in add_job() 1423 .hist_coarseness = o->log_hist_coarseness, in add_job() 1454 .hist_coarseness = o->log_hist_coarseness, in add_job() 1469 p.hist_coarseness = o->log_hist_coarseness; in add_job() 1485 .hist_coarseness = o->log_hist_coarseness, in add_job() 1500 p.hist_coarseness = o->log_hist_coarseness; in add_job()
|
D | cconv.c | 185 o->log_hist_coarseness = le32_to_cpu(top->log_hist_coarseness); in convert_thread_options_to_cpu()
|
D | client.c | 1364 client_flush_hist_samples(f, pdu->log_hist_coarseness, pdu->samples, in fio_client_handle_iolog() 1556 ret->log_hist_coarseness = le32_to_cpu(ret->log_hist_coarseness); in convert_iolog()
|
D | server.c | 1930 pdu.log_hist_coarseness = cpu_to_le32(log->hist_coarseness); in fio_send_iolog()
|
D | options.c | 3747 .off1 = offsetof(struct thread_options, log_hist_coarseness),
|
D | HOWTO | 2676 :option:`log_hist_coarseness` as well. Defaults to 0, meaning histogram 2679 .. option:: log_hist_coarseness=int
|