Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.h144 struct symbol *dso__next_symbol(struct symbol *sym);
Dauxtrace.c2431 sym = dso__next_symbol(sym); in print_duplicate_syms()
2464 sym = dso__next_symbol(sym); in find_dso_sym()
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()
Dsymbol.c562 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function
Dmachine.c1086 for (; sym; sym = dso__next_symbol(sym)) { in find_entry_trampoline()