Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dvdso.c253 dso = dsos__find(&machine->dsos, vdso_file->dso_name, true); in __machine__findnew_compat()
307 dso = dsos__find(&machine->dsos, DSO__NAME_VDSO32, true); in machine__find_vdso()
309 dso = dsos__find(&machine->dsos, DSO__NAME_VDSO, in machine__find_vdso()
318 dso = dsos__find(&machine->dsos, DSO__NAME_VDSOX32, true); in machine__find_vdso()
323 dso = dsos__find(&machine->dsos, DSO__NAME_VDSO, true); in machine__find_vdso()
353 dso = dsos__find(&machine->dsos, DSO__NAME_VDSO, true); in machine__findnew_vdso()
H A Ddsos.h33 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
H A Ddsos.c282 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find() function
H A Dmap.c201 header_bid_dso = dsos__find(&machine->dsos, filename, false); in map__new()