Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.h349 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
H A Dannotate.c930 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() function
959 src = symbol__hists(sym, evsel->evlist->core.nr_entries); in symbol__inc_addr_samples()
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dannotate.c426 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
H A Dhists.c2483 src = symbol__hists(sym, 1); in symbol__new_unresolved()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c140 if (!symbol__hists(sym, top->evlist->core.nr_entries)) { in perf_top__parse_source()