Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dhists_filter.c170 hists->stats.total_period == 1000); in test__hists_filter()
177 hists->stats.total_period == in test__hists_filter()
195 hists->stats.total_period == 1000); in test__hists_filter()
224 hists->stats.total_period == 1000); in test__hists_filter()
259 hists->stats.total_period == 1000); in test__hists_filter()
288 hists->stats.total_period == 1000); in test__hists_filter()
319 hists->stats.total_period == 1000); in test__hists_filter()
/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()
/linux/tools/perf/util/
H A Devents_stats.h34 * The total_period is needed because by default auto-freq is used, so
37 * perf_record_sample.period and stash the result in total_period.
58 u64 total_period; member
H A Dhist.h439 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit()
441 if (unlikely(total_period == 0)) in hist_entry__get_percent_limit()
447 return period * 100.0 / total_period; in hist_entry__get_percent_limit()
438 u64 total_period = hists__total_period(he->hists); hist_entry__get_percent_limit() local
H A Dhist.c425 hists->stats.total_period -= period_diff; in hists__decay_entry()
1880 hists->stats.total_period = 0; in hists__reset_stats()
1899 hists->stats.total_period += h->stat.period;
1910 hists->stats.total_period = 0; in hierarchy_recalc_total_periods()
1924 hists->stats.total_period += he->stat.period; in hierarchy_recalc_total_periods()
2903 hists->stats.total_period; in hists__total_latency()
2920 u64 nr_events = hists->stats.total_period; in __hists__scnprintf_title()
2947 nr_events += pos_hists->stats.total_period; in __hists__scnprintf_title()
H A Dannotate.c942 if (hists->stats.total_period) in calc_percent()
943 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period; in calc_percent()
/linux/include/linux/
H A Ddm-kcopyd.h30 unsigned int total_period; member
/linux/tools/perf/ui/stdio/
H A Dhist.c596 u64 total_period = hists->stats.total_period; in hist_entry__fprintf() local
615 callchain_ret = hist_entry_callchain__fprintf(he, total_period, in hist_entry__fprintf()
/linux/tools/perf/
H A Dbuiltin-diff.c313 u64 he_total = he->hists->stats.total_period; in formula_delta()
314 u64 pair_total = pair->hists->stats.total_period; in formula_delta()
457 * The total_period is updated here before going to the output in diff__process_sample_event()
462 hists->stats.total_period += sample->period; in diff__process_sample_event()
H A Dbuiltin-report.c479 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()
H A Dbuiltin-c2c.c290 evsel_hists->stats.total_period += sample->period;