Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/ui/gtk/
Dhists.c37 if (hists->stats.total_period) in __hpp__color_fmt()
38 percent = 100.0 * get_field(he) / hists->stats.total_period; in __hpp__color_fmt()
51 u64 total = pair->hists->stats.total_period; in __hpp__color_fmt()
284 hists->stats.total_period; in perf_gtk__show_hists()
321 total = hists->stats.total_period; in perf_gtk__show_hists()
/external/linux-tools-perf/src/tools/perf/util/
Dhist.c239 hists->stats.total_period -= prev_period - he->stat.period; in hists__decay_entry()
329 hists->stats.total_period += h->stat.period; in hists__inc_nr_entries()
724 min_callchain_hits = hists->stats.total_period * (callchain_param.min_percent / 100); in hists__output_resort()
735 hists->stats.total_period = 0; in hists__output_resort()
758 hists->stats.total_period += h->stat.period; in hists__remove_entry_filter()
781 hists->nr_entries = hists->stats.total_period = 0; in hists__filter_by_dso()
814 hists->nr_entries = hists->stats.total_period = 0; in hists__filter_by_thread()
845 hists->nr_entries = hists->stats.total_period = 0; in hists__filter_by_symbol()
Dhist.h29 u64 total_period; member
/external/linux-tools-perf/src/tools/perf/ui/
Dhist.c25 if (hists->stats.total_period) in __hpp__fmt()
27 hists->stats.total_period; in __hpp__fmt()
42 u64 total = pair->hists->stats.total_period; in __hpp__fmt()
/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c299 u64 total_period = hists->stats.total_period; in hist_entry__callchain_fprintf() local
308 return hist_entry_callchain__fprintf(he, total_period, left_margin, fp); in hist_entry__callchain_fprintf()
493 hists->stats.total_period; in hists__fprintf()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-diff.c222 u64 total = he->hists->stats.total_period; in period_percent()
264 pair->stat.period, pair->hists->stats.total_period, in formula_delta()
265 he->stat.period, he->hists->stats.total_period); in formula_delta()
336 evsel->hists.stats.total_period += sample->period; in diff__process_sample_event()
564 hists->stats.total_period = 0; in hists__compute_resort()
738 return 100.0 * he->stat.period / hists->stats.total_period; in baseline_percent()
Dbuiltin-report.c153 evsel->hists.stats.total_period += cost; in perf_report__add_mem_hist_entry()
234 evsel->hists.stats.total_period += 1; in perf_report__add_branch_hist_entry()
290 evsel->hists.stats.total_period += sample->period; in perf_evsel__add_hist_entry()
416 u64 nr_events = self->stats.total_period; in hists__fprintf_nr_sample_events()
429 nr_events += pos->hists.stats.total_period; in hists__fprintf_nr_sample_events()
Dbuiltin-annotate.c79 evsel->hists.stats.total_period += sample->period; in perf_evsel__add_sample()
Dbuiltin-script.c538 evsel->hists.stats.total_period += sample->period; in process_sample_event()
Dbuiltin-sched.c1427 evsel->hists.stats.total_period += sample->period; in perf_sched__process_tracepoint_sample()
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dhists.c554 browser->hists->stats.total_period, in hist_browser__show_callchain_node()
608 if (hists->stats.total_period) in __hpp__color_fmt()
609 percent = 100.0 * get_field(he) / hists->stats.total_period; in __hpp__color_fmt()
632 u64 total = pair->hists->stats.total_period; in __hpp__color_fmt()
815 hb->hists->stats.total_period; in hist_browser__refresh()
838 hists->stats.total_period; in hists__filter_entries()
859 hists->stats.total_period; in hists__filter_prev_entries()
1087 browser->hists->stats.total_period, in hist_browser__fprintf_callchain_node()
1119 percent = (he->stat.period * 100.0) / browser->hists->stats.total_period; in hist_browser__fprintf_entry()
1229 u64 nr_events = hists->stats.total_period; in hists__browser_title()
[all …]