Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/tests/
Dsymbols.c84 symbol__fprintf(last_sym, stderr); in test_dso()
85 symbol__fprintf(sym, stderr); in test_dso()
91 symbol__fprintf(sym, stderr); in test_dso()
/Linux-v6.6/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.c1477 ret += symbol__fprintf(pos, fp); in dso__fprintf()