Home
last modified time | relevance | path

Searched refs:hists (Results 26 – 29 of 29) sorted by relevance

12

/openbmc/linux/tools/perf/util/
H A Dsort.c335 if (!hists__has(left->hists, dso) || hists__has(right->hists, dso)) { in sort__sym_cmp()
898 evsel = hists_to_evsel(he->hists); in get_trace_output()
920 evsel = hists_to_evsel(left->hists); in sort__trace_cmp()
937 evsel = hists_to_evsel(he->hists); in hist_entry__trace_snprintf()
2257 void perf_hpp__reset_sort_width(struct perf_hpp_fmt *fmt, struct hists *hists) in perf_hpp__reset_sort_width() argument
2269 struct hists *hists, int line __maybe_unused, in __sort__hpp_header() argument
2285 struct hists *hists) in __sort__hpp_width() argument
2528 struct hists *hists __maybe_unused) in perf_hpp__defined_dynamic_entry()
2607 struct hists *hists __maybe_unused, in __sort__hde_header()
2624 struct hists *hists __maybe_unused) in __sort__hde_width()
[all …]
H A Dannotate.c2260 struct hists *hists, in calc_percent() argument
2279 if (hists->stats.nr_non_filtered_samples) in calc_percent()
2280 data->percent[PERCENT_HITS_GLOBAL] = 100.0 * hits / hists->stats.nr_non_filtered_samples; in calc_percent()
2285 if (hists->stats.total_period) in calc_percent()
2286 data->percent[PERCENT_PERIOD_GLOBAL] = 100.0 * period / hists->stats.total_period; in calc_percent()
2306 struct hists *hists = evsel__hists(evsel); in annotation__calc_percent() local
2315 calc_percent(sym_hist, hists, data, al->offset, end); in annotation__calc_percent()
2954 struct hists *hists = evsel__hists(evsel); in symbol__tty_annotate2() local
2974 hists__scnprintf_title(hists, buf, sizeof(buf)); in symbol__tty_annotate2()
H A Dcallchain.c1756 u64 callchain_total_hits(struct hists *hists) in callchain_total_hits() argument
1758 struct rb_node *next = rb_first_cached(&hists->entries); in callchain_total_hits()
/openbmc/linux/tools/perf/ui/browsers/
H A Dannotate.c716 struct hists *hists = evsel__hists(evsel); in annotate_browser__run() local
725 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
759 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()
909 hists__scnprintf_title(hists, title, sizeof(title)); in annotate_browser__run()

12