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.h139 struct symbol *dso__next_symbol(struct symbol *sym);
A Dauxtrace.c2611 sym = dso__next_symbol(sym); in print_duplicate_syms()
2644 sym = dso__next_symbol(sym); in find_dso_sym()
A Dsymbol.c584 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function
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()
A Dmachine.c1053 for (; sym; sym = dso__next_symbol(sym)) { in find_entry_trampoline()

Completed in 29 milliseconds