Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsymbol.h245 struct symbol *dso__next_symbol(struct symbol *sym);
Dintel-pt.c1280 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
1299 for (sym = start; sym; sym = dso__next_symbol(sym)) { in intel_pt_switch_ip()
Dsymbol.c470 struct symbol *dso__next_symbol(struct symbol *sym) in dso__next_symbol() function