Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsort.h182 u64 total_period = hists__total_period(he->hists); in hist_entry__get_percent_limit()
Dhist.h174 u64 hists__total_period(struct hists *hists);
Dhist.c2458 u64 hists__total_period(struct hists *hists) in hists__total_period() function
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c359 u64 total = hists__total_period(h->hists); in perf_gtk__show_hists()
415 u64 total = hists__total_period(hists); in perf_gtk__add_hierarchy_entries()
/Linux-v4.19/tools/perf/ui/
Dhist.c33 u64 total = hists__total_period(hists); in __hpp__fmt()
51 u64 total = hists__total_period(pair->hists); in __hpp__fmt()
/Linux-v4.19/tools/perf/
Dbuiltin-diff.c234 u64 total = hists__total_period(he->hists); in period_percent()
857 u64 total = hists__total_period(he->hists); in baseline_percent()
/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c520 u64 total = hists__total_period(hists); in hist_entry__hierarchy_fprintf()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c1103 u64 total = hists__total_period(entry->hists); in hist_browser__show_callchain()
2662 u64 total = hists__total_period(hb->hists); in hist_browser__update_percent_limit()