Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmaps.h56 size_t maps__fprintf(struct maps *maps, FILE *fp);
H A Dthread.c337 maps__fprintf(thread__maps(thread), fp); in thread__fprintf()
H A Dmaps.c709 size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf() function
H A Dsession.c2524 maps__fprintf(machine__kernel_maps(&session->machines.host), stderr); in perf_session__dump_kmaps()
/linux-6.15/tools/perf/ui/stdio/
H A Dhist.c892 maps__fprintf(thread__maps(h->thread), fp); in hists__fprintf()