Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h439 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
H A Dannotate.c299 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() function
327 src = symbol__hists(sym, evsel->evlist->core.nr_entries); in symbol__inc_addr_samples()
/linux/tools/perf/ui/browsers/
H A Dannotate.c597 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
H A Dhists.c2512 src = symbol__hists(sym, 1); in symbol__new_unresolved()
/linux/tools/perf/
H A Dbuiltin-top.c143 if (!symbol__hists(sym, top->evlist->core.nr_entries)) { in perf_top__parse_source()
H A Dbuiltin-c2c.c2617 src = symbol__hists(sym, 0); in perf_c2c__toggle_annotation()