Home
last modified time | relevance | path

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

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