Home
last modified time | relevance | path

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

/external/fio/
Diolog.h128 unsigned long hist_msec; member
251 unsigned long hist_msec; member
Dinit.c1390 .hist_msec = o->log_hist_msec, in add_job()
1422 .hist_msec = o->log_hist_msec, in add_job()
1453 .hist_msec = o->log_hist_msec, in add_job()
1468 p.hist_msec = o->log_hist_msec; in add_job()
1484 .hist_msec = o->log_hist_msec, in add_job()
1499 p.hist_msec = o->log_hist_msec; in add_job()
Diolog.c612 l->hist_msec = p->hist_msec; in setup_log()
Dstat.c2329 if (iolog && iolog->hist_msec) { in add_clat_sample()
2338 if (this_window >= iolog->hist_msec) { in add_clat_sample()
2362 hw->hist_last = elapsed - (this_window - iolog->hist_msec); in add_clat_sample()
/external/fio/tools/hist/
Dfiologparser_hist.py272 hist_msec = cp.get(s, 'log_hist_msec')
273 if hist_msec is not None:
274 ctx.interval = int(hist_msec)