Home
last modified time | relevance | path

Searched refs:hists__total_period (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/ui/gtk/
H A Dhists.c361 u64 total = hists__total_period(h->hists); in perf_gtk__show_hists()
417 u64 total = hists__total_period(hists); in perf_gtk__add_hierarchy_entries()
/linux/tools/perf/util/
H A Dhist.h398 u64 hists__total_period(struct hists *hists);
438 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit()
H A Dhist.c2897 u64 hists__total_period(struct hists *hists) in hists__total_period() function
/linux/tools/perf/
H A Dbuiltin-annotate.c434 u64 total = hists__total_period(hists); in hists__find_annotations()
H A Dbuiltin-diff.c275 u64 total = hists__total_period(he->hists); in period_percent()
1305 u64 total = hists__total_period(he->hists); in baseline_percent()
/linux/tools/perf/ui/stdio/
H A Dhist.c532 u64 total = hists__total_period(hists); in hist_entry__hierarchy_fprintf()
/linux/tools/perf/ui/
H A Dhist.c35 u64 total = fmtype == PERF_HPP_FMT_TYPE__PERCENT ? hists__total_period(hists) : in __hpp__fmt_print()
/linux/tools/perf/ui/browsers/
H A Dhists.c1171 u64 total = hists__total_period(entry->hists); in hist_browser__show_callchain()
2962 u64 total = hists__total_period(hb->hists); in hist_browser__update_percent_limit()