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

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

Completed in 116 milliseconds