Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmap.c131 struct dso *dso, *header_bid_dso; in map__new() local
200 header_bid_dso = __dsos__find(&machine->dsos, filename, false); in map__new()
202 if (header_bid_dso && header_bid_dso->header_build_id) { in map__new()
203 dso__set_build_id(dso, &header_bid_dso->bid); in map__new()