Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol.h139 struct symbol *dso__next_symbol(struct symbol *sym);
H A Dauxtrace.c2603 sym = dso__next_symbol(sym); in print_duplicate_syms()
2636 sym = dso__next_symbol(sym); in find_dso_sym()
H A Dsymbol.c557 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function
H A Dintel-pt.c2775 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
2794 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()