Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dmap.c130 struct dso *dso, *header_bid_dso; in map__new() local
199 header_bid_dso = __dsos__find(&machine->dsos, filename, false); in map__new()
201 if (header_bid_dso && header_bid_dso->header_build_id) { in map__new()
202 dso__set_build_id(dso, &header_bid_dso->bid); in map__new()