Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dmaps.h64 size_t maps__fprintf(struct maps *maps, FILE *fp);
Dmaps.c196 size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf() function
Dthread.c330 maps__fprintf(thread->maps, fp); in thread__fprintf()
/linux-6.1.9/tools/perf/ui/stdio/
Dhist.c888 maps__fprintf(h->thread->maps, fp); in hists__fprintf()