Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dannotate.h333 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
Dannotate.c885 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() function
913 src = symbol__hists(sym, evsel->evlist->nr_entries); in symbol__inc_addr_samples()
/Linux-v4.19/tools/perf/ui/browsers/
Dannotate.c419 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->nr_entries)) { in annotate_browser__callq()
/Linux-v4.19/tools/perf/
Dbuiltin-top.c128 if (!symbol__hists(sym, top->evlist->nr_entries)) { in perf_top__parse_source()