Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/
H A Dbuiltin-buildid-list.c28 char bid_buf[SBUILD_ID_SIZE]; in buildid__map_cb() local
30 memset(bid_buf, 0, sizeof(bid_buf)); in buildid__map_cb()
32 build_id__sprintf(&dso->bid, bid_buf); in buildid__map_cb()
33 printf("%s %16" PRIx64 " %16" PRIx64, bid_buf, map__start(map), map__end(map)); in buildid__map_cb()