Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dsymbol.h160 struct symbol *dso__next_symbol(struct symbol *sym);
A Dauxtrace.c2598 sym = dso__next_symbol(sym); in print_duplicate_syms()
2631 sym = dso__next_symbol(sym); in find_dso_sym()
A Dsymbol.c578 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function
A Dintel-pt.c2749 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
2768 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
A Dmachine.c1220 for (; sym; sym = dso__next_symbol(sym)) { in find_entry_trampoline()

Completed in 25 milliseconds