Searched refs:total_period (Results 1 – 12 of 12) sorted by relevance
169 hists->stats.total_period == 1000); in test__hists_filter()176 hists->stats.total_period == in test__hists_filter()194 hists->stats.total_period == 1000); in test__hists_filter()223 hists->stats.total_period == 1000); in test__hists_filter()258 hists->stats.total_period == 1000); in test__hists_filter()287 hists->stats.total_period == 1000); in test__hists_filter()318 hists->stats.total_period == 1000); in test__hists_filter()
136 dbg->total_period += period; in hva_dbg_perf_begin()241 div = (u64)dbg->total_period; in hva_dbg_perf_compute()248 if (dbg->total_period > 0) { in hva_dbg_perf_compute()250 do_div(div, dbg->total_period); in hva_dbg_perf_compute()256 if (dbg->total_period > 0) { in hva_dbg_perf_compute()263 do_div(div, dbg->total_period); in hva_dbg_perf_compute()
195 u32 total_period; member
144 t->total_period += difference; in io_job_start()149 if (unlikely(t->io_period > t->total_period)) in io_job_start()150 t->io_period = t->total_period; in io_job_start()152 if (unlikely(t->total_period >= (1 << ACCOUNT_INTERVAL_SHIFT))) { in io_job_start()153 int shift = fls(t->total_period >> ACCOUNT_INTERVAL_SHIFT); in io_job_start()155 t->total_period >>= shift; in io_job_start()159 skew = t->io_period - throttle * t->total_period / 100; in io_job_start()196 t->total_period += difference; in io_job_finish()201 if (unlikely(t->io_period > t->total_period)) in io_job_finish()202 t->io_period = t->total_period; in io_job_finish()
196 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit() local198 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()204 return period * 100.0 / total_period; in hist_entry__get_percent_limit()
46 u64 total_period; member
339 hists->stats.total_period -= diff; in hists__decay_entry()1749 hists->stats.total_period = 0; in hists__reset_stats()1766 hists->stats.total_period += h->stat.period; in hists__inc_stats()1776 hists->stats.total_period = 0; in hierarchy_recalc_total_periods()1788 hists->stats.total_period += he->stat.period; in hierarchy_recalc_total_periods()2746 hists->stats.total_period; in hists__total_period()2757 u64 nr_events = hists->stats.total_period; in __hists__scnprintf_title()2784 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
2293 if (hists->stats.total_period) in calc_percent()2294 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period; in calc_percent()
30 unsigned int total_period; member
592 u64 total_period = hists->stats.total_period; in hist_entry__fprintf() local611 callchain_ret = hist_entry_callchain__fprintf(he, total_period, in hist_entry__fprintf()
314 u64 he_total = he->hists->stats.total_period; in formula_delta()315 u64 pair_total = pair->hists->stats.total_period; in formula_delta()461 hists->stats.total_period += sample->period; in diff__process_sample_event()
476 u64 nr_events = hists->stats.total_period; in hists__fprintf_nr_sample_events()504 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()