Searched refs:total_period (Results 1 – 10 of 10) sorted by relevance
159 hists->stats.total_period == 1000); in test__hists_filter()166 hists->stats.total_period == in test__hists_filter()184 hists->stats.total_period == 1000); in test__hists_filter()213 hists->stats.total_period == 1000); in test__hists_filter()248 hists->stats.total_period == 1000); in test__hists_filter()277 hists->stats.total_period == 1000); in test__hists_filter()308 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()
149 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit() local151 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()157 return period * 100.0 / total_period; in hist_entry__get_percent_limit()
260 hists->stats.total_period -= diff; in hists__decay_entry()1111 hists->stats.total_period = 0; in hists__reset_stats()1128 hists->stats.total_period += h->stat.period; in hists__inc_stats()1172 min_callchain_hits = hists->stats.total_period * (callchain_param.min_percent / 100); in hists__output_resort()1538 hists->stats.total_period; in hists__total_period()
256 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()351 hists->stats.total_period += sample->period; in diff__process_sample_event()
302 u64 nr_events = hists->stats.total_period; in hists__fprintf_nr_sample_events()327 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
1277 u64 nr_events = hists->stats.total_period; in hists__browser_title()1304 nr_events += pos_hists->stats.total_period; in hists__browser_title()