Home
last modified time | relevance | path

Searched refs:dso__next_symbol (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol.h144 struct symbol *dso__next_symbol(struct symbol *sym);
H A Dauxtrace.c2431 sym = dso__next_symbol(sym); in print_duplicate_syms()
2464 sym = dso__next_symbol(sym); in find_dso_sym()
H A Dintel-pt.c2117 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
2136 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
H A Dsymbol.c562 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function
H A Dmachine.c1086 for (; sym; sym = dso__next_symbol(sym)) { in find_entry_trampoline()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.h139 struct symbol *dso__next_symbol(struct symbol *sym);
H A Dauxtrace.c2601 sym = dso__next_symbol(sym); in print_duplicate_syms()
2634 sym = dso__next_symbol(sym); in find_dso_sym()
H A Dsymbol.c590 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function
H A Dintel-pt.c2773 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
2792 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
H A Dmachine.c1269 for (; sym; sym = dso__next_symbol(sym)) { in find_entry_trampoline()

Completed in 32 milliseconds