Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmaps.h126 size_t maps__fprintf(struct maps *maps, FILE *fp);
H A Dthread.c333 maps__fprintf(thread__maps(thread), fp); in thread__fprintf()
H A Dmaps.c256 size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf() function
/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c888 maps__fprintf(thread__maps(h->thread), fp); in hists__fprintf()