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.c2530 sym = dso__next_symbol(sym); in print_duplicate_syms()
2563 sym = dso__next_symbol(sym); in find_dso_sym()
Dintel-pt.c2393 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
2412 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.c1115 for (; sym; sym = dso__next_symbol(sym)) { in find_entry_trampoline()