Home
last modified time | relevance | path

Searched refs:hist_coarseness (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Diolog.h129 unsigned int hist_coarseness; member
252 int hist_coarseness; member
Diolog.c613 l->hist_coarseness = p->hist_coarseness; in setup_log()
716 static void flush_hist_samples(FILE *f, int hist_coarseness, void *samples, in flush_hist_samples() argument
726 int stride = 1 << hist_coarseness; in flush_hist_samples()
1091 flush_hist_samples(f, log->hist_coarseness, cur_log->log, in flush_log()
Dinit.c1391 .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()
Dclient.c1270 static void client_flush_hist_samples(FILE *f, int hist_coarseness, void *samples, in client_flush_hist_samples() argument
1279 int stride = 1 << hist_coarseness; in client_flush_hist_samples()
Dserver.c1930 pdu.log_hist_coarseness = cpu_to_le32(log->hist_coarseness); in fio_send_iolog()