Searched refs:hist_msec (Results 1 – 5 of 5) sorted by relevance
128 unsigned long hist_msec; member251 unsigned long hist_msec; member
1390 .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()
612 l->hist_msec = p->hist_msec; in setup_log()
2329 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()
272 hist_msec = cp.get(s, 'log_hist_msec')273 if hist_msec is not None:274 ctx.interval = int(hist_msec)