Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/tests/
Dsymbols.c128 symbol__fprintf(last_sym, stderr); in test_dso()
129 symbol__fprintf(sym, stderr); in test_dso()
135 symbol__fprintf(sym, stderr); in test_dso()
/linux-6.12.1/tools/perf/util/
Dsymbol_fprintf.c10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() function
Dsymbol.h169 size_t symbol__fprintf(struct symbol *sym, FILE *fp);
Ddso.c1603 ret += symbol__fprintf(pos, fp); in dso__fprintf()