Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dmaps.h116 size_t maps__fprintf(struct maps *maps, FILE *fp);
Dthread.c337 maps__fprintf(thread__maps(thread), fp); in thread__fprintf()
Dmaps.c256 size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf() function
/Linux-v6.6/tools/perf/ui/stdio/
Dhist.c888 maps__fprintf(thread__maps(h->thread), fp); in hists__fprintf()