Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dannotate.h359 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
Dannotate.c980 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() function
1009 src = symbol__hists(sym, evsel->evlist->core.nr_entries); in symbol__inc_addr_samples()
/Linux-v6.6/tools/perf/ui/browsers/
Dannotate.c475 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
Dhists.c2474 src = symbol__hists(sym, 1); in symbol__new_unresolved()
/Linux-v6.6/tools/perf/
Dbuiltin-top.c142 if (!symbol__hists(sym, top->evlist->core.nr_entries)) { in perf_top__parse_source()