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()
58 u64 total_period; member
409 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit() 411 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit() 417 return period * 100.0 / total_period;406 u64 total_period = hists__total_period(he->hists); hist_entry__get_percent_limit() local
348 hists->stats.total_period -= diff; in hists__decay_entry() 1760 hists->stats.total_period = 0; in hists__reset_stats() 1777 hists->stats.total_period += h->stat.period; in hierarchy_recalc_total_periods() 1787 hists->stats.total_period = 0; in hierarchy_recalc_total_periods() 1799 hists->stats.total_period += he->stat.period; in hierarchy_recalc_total_periods() 2767 hists->stats.total_period; in __hists__scnprintf_title() 2778 u64 nr_events = hists->stats.total_period; in __hists__scnprintf_title() 2805 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
892 if (hists->stats.total_period) in calc_percent() 893 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() 456 * The total_period is updated here before going to the output in diff__process_sample_event() 461 hists->stats.total_period += sample->period; in diff__process_sample_event()
479 u64 nr_events = hists->stats.total_period; in hists__fprintf_nr_sample_events() 507 nr_events += pos_hists->stats.total_period; in hists__fprintf_nr_sample_events()