Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol.h151 struct symbol *dso__next_symbol(struct symbol *sym);
Dauxtrace.c1970 sym = dso__next_symbol(sym); in print_duplicate_syms()
2003 sym = dso__next_symbol(sym); in find_dso_sym()
Dintel-pt.c2037 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
2056 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
Dsymbol.c542 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function
Dmachine.c1000 for (; sym; sym = dso__next_symbol(sym)) { in find_entry_trampoline()