Home
last modified time | relevance | path

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

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