Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dsymbols.c117 struct symbol *last_sym = NULL; in test_dso() local
132 if (last_sym && sym->start < last_sym->end) { in test_dso()
134 symbol__fprintf(last_sym, stderr); in test_dso()
144 last_sym = sym; in test_dso()