Home
last modified time | relevance | path

Searched refs:total_period (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dhists_filter.c169 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()
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c136 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()
H A Dhva.h195 u32 total_period; member
/openbmc/linux/drivers/md/
H A Ddm-kcopyd.c144 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()
/openbmc/linux/tools/perf/util/
H A Dsort.h196 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit() local
198 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()
204 return period * 100.0 / total_period; in hist_entry__get_percent_limit()
H A Devents_stats.h46 u64 total_period; member
H A Dhist.c339 hists->stats.total_period -= diff; in hists__decay_entry()
1744 hists->stats.total_period = 0; in hists__reset_stats()
1761 hists->stats.total_period += h->stat.period; in hists__inc_stats()
1771 hists->stats.total_period = 0; in hierarchy_recalc_total_periods()
1783 hists->stats.total_period += he->stat.period; in hierarchy_recalc_total_periods()
2741 hists->stats.total_period; in hists__total_period()
2752 u64 nr_events = hists->stats.total_period; in __hists__scnprintf_title()
2779 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
H A Dannotate.c2285 if (hists->stats.total_period) in calc_percent()
2286 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period; in calc_percent()
/openbmc/linux/include/linux/
H A Ddm-kcopyd.h30 unsigned int total_period; member
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c592 u64 total_period = hists->stats.total_period; in hist_entry__fprintf() local
611 callchain_ret = hist_entry_callchain__fprintf(he, total_period, in hist_entry__fprintf()
/openbmc/linux/tools/perf/
H A Dbuiltin-diff.c314 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()
H A Dbuiltin-report.c476 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()