Home
last modified time | relevance | path

Searched refs:symbol__hists (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dannotate.h347 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
Dannotate.c917 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() function
945 src = symbol__hists(sym, evsel->evlist->core.nr_entries); in symbol__inc_addr_samples()
/Linux-v5.4/tools/perf/ui/browsers/
Dannotate.c426 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
/Linux-v5.4/tools/perf/
Dbuiltin-top.c137 if (!symbol__hists(sym, top->evlist->core.nr_entries)) { in perf_top__parse_source()