Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol.h219 struct symbol *dso__next_symbol(struct symbol *sym);
H A Dauxtrace.c2729 sym = dso__next_symbol(sym); in find_dso_sym()
2762 sym = dso__next_symbol(sym); in addr_filter__resolve_syms()
H A Dsymbol.c637 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function
H A Dintel-pt.c3004 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
3023 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_enable_sync_switch()
H A Dmachine.c1107 for (; sym; sym = dso__next_symbol(sym)) { in machine__map_x86_64_entry_trampolines_cb()