Home
last modified time | relevance | path

Searched refs:map__fprintf_dsoname (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dmap.h197 size_t map__fprintf_dsoname(struct map *map, FILE *fp);
H A Dmap.c468 size_t map__fprintf_dsoname(struct map *map, FILE *fp) in map__fprintf_dsoname() function
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c1464 dlen += map__fprintf_dsoname(al->map, fp); in perf_sample__fprintf_callindent()