Searched refs:total_period (Results 1 – 10 of 10) sorted by relevance
153 hists->stats.total_period == 1000); in test__hists_filter()160 hists->stats.total_period == in test__hists_filter()178 hists->stats.total_period == 1000); in test__hists_filter()207 hists->stats.total_period == 1000); in test__hists_filter()242 hists->stats.total_period == 1000); in test__hists_filter()269 hists->stats.total_period == 1000); in test__hists_filter()
120 t->total_period += difference; in io_job_start()125 if (unlikely(t->io_period > t->total_period)) in io_job_start()126 t->io_period = t->total_period; in io_job_start()128 if (unlikely(t->total_period >= (1 << ACCOUNT_INTERVAL_SHIFT))) { in io_job_start()129 int shift = fls(t->total_period >> ACCOUNT_INTERVAL_SHIFT); in io_job_start()130 t->total_period >>= shift; in io_job_start()134 skew = t->io_period - throttle * t->total_period / 100; in io_job_start()171 t->total_period += difference; in io_job_finish()176 if (unlikely(t->io_period > t->total_period)) in io_job_finish()177 t->io_period = t->total_period; in io_job_finish()
138 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit() local140 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()146 return period * 100.0 / total_period; in hist_entry__get_percent_limit()
240 hists->stats.total_period -= diff; in hists__decay_entry()1080 hists->stats.total_period = 0; in hists__reset_stats()1097 hists->stats.total_period += h->stat.period; in hists__inc_stats()1133 min_callchain_hits = hists->stats.total_period * (callchain_param.min_percent / 100); in hists__output_resort()1435 hists->stats.total_period; in hists__total_period()
234 u64 total_period; member
28 unsigned total_period; member
295 u64 total_period = hists->stats.total_period; in hist_entry__callchain_fprintf() local311 return hist_entry_callchain__fprintf(he, total_period, left_margin, fp); in hist_entry__callchain_fprintf()
262 u64 he_total = he->hists->stats.total_period; in formula_delta()263 u64 pair_total = pair->hists->stats.total_period; in formula_delta()350 hists->stats.total_period += sample->period; in diff__process_sample_event()
271 u64 nr_events = hists->stats.total_period; in hists__fprintf_nr_sample_events()295 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
1244 u64 nr_events = hists->stats.total_period; in hists__browser_title()1269 nr_events += pos_hists->stats.total_period; in hists__browser_title()