Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dsymbol.h155 struct symbol *dso__next_symbol(struct symbol *sym);
A Dauxtrace.c2519 sym = dso__next_symbol(sym); in print_duplicate_syms()
2552 sym = dso__next_symbol(sym); in find_dso_sym()
A Dintel-pt.c2411 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
2430 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
A Dsymbol.c552 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function
A Dmachine.c1122 for (; sym; sym = dso__next_symbol(sym)) { in find_entry_trampoline()

Completed in 26 milliseconds