Searched refs:symbol__hists (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 349 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
|
H A D | annotate.c | 938 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists) in symbol__hists() function 967 src = symbol__hists(sym, evsel->evlist->core.nr_entries); in symbol__inc_addr_samples()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 359 struct annotated_source *symbol__hists(struct symbol *sym, int nr_hists);
|
H A D | annotate.c | 980 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()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | annotate.c | 426 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
|
H A D | hists.c | 2473 src = symbol__hists(sym, 1); in symbol__new_unresolved()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | annotate.c | 475 if (!symbol__hists(dl->ops.target.sym, evsel->evlist->core.nr_entries)) { in annotate_browser__callq()
|
H A D | hists.c | 2474 src = symbol__hists(sym, 1); in symbol__new_unresolved()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-top.c | 140 if (!symbol__hists(sym, top->evlist->core.nr_entries)) { in perf_top__parse_source()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-top.c | 142 if (!symbol__hists(sym, top->evlist->core.nr_entries)) { in perf_top__parse_source()
|
Completed in 27 milliseconds