Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dannotate.h354 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
Dannotate.c940 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() function
969 src = symbol__hists(sym, evsel->evlist->core.nr_entries); in symbol__inc_addr_samples()
/linux-5.19.10/tools/perf/ui/browsers/
Dannotate.c479 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
Dhists.c2484 src = symbol__hists(sym, 1); in symbol__new_unresolved()
/linux-5.19.10/tools/perf/
Dbuiltin-top.c141 if (!symbol__hists(sym, top->evlist->core.nr_entries)) { in perf_top__parse_source()