Searched refs:total_period (Results 1 – 12 of 12) sorted by relevance
157 hists->stats.total_period == 1000); in test__hists_filter()164 hists->stats.total_period == in test__hists_filter()182 hists->stats.total_period == 1000); in test__hists_filter()211 hists->stats.total_period == 1000); in test__hists_filter()246 hists->stats.total_period == 1000); in test__hists_filter()275 hists->stats.total_period == 1000); in test__hists_filter()306 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
141 t->total_period += difference; in io_job_start()146 if (unlikely(t->io_period > t->total_period)) in io_job_start()147 t->io_period = t->total_period; in io_job_start()149 if (unlikely(t->total_period >= (1 << ACCOUNT_INTERVAL_SHIFT))) { in io_job_start()150 int shift = fls(t->total_period >> ACCOUNT_INTERVAL_SHIFT); in io_job_start()151 t->total_period >>= shift; in io_job_start()155 skew = t->io_period - throttle * t->total_period / 100; in io_job_start()192 t->total_period += difference; in io_job_finish()197 if (unlikely(t->io_period > t->total_period)) in io_job_finish()198 t->io_period = t->total_period; in io_job_finish()
194 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit() local196 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()202 return period * 100.0 / total_period; in hist_entry__get_percent_limit()
46 u64 total_period; member
333 hists->stats.total_period -= diff; in hists__decay_entry()1708 hists->stats.total_period = 0; in hists__reset_stats()1725 hists->stats.total_period += h->stat.period; in hists__inc_stats()1735 hists->stats.total_period = 0; in hierarchy_recalc_total_periods()1747 hists->stats.total_period += he->stat.period; in hierarchy_recalc_total_periods()2692 hists->stats.total_period; in hists__total_period()2703 u64 nr_events = hists->stats.total_period; in __hists__scnprintf_title()2730 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
2151 if (hists->stats.total_period) in calc_percent()2152 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period; in calc_percent()
29 unsigned 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()459 hists->stats.total_period += sample->period; in diff__process_sample_event()
446 u64 nr_events = hists->stats.total_period; in hists__fprintf_nr_sample_events()474 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()
Completed in 30 milliseconds