Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dvdso.c243 dso = __dsos__find(&machine->dsos, vdso_file->dso_name, true); in __machine__findnew_compat()
299 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO32, true); in machine__find_vdso()
301 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, in machine__find_vdso()
308 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSOX32, true); in machine__find_vdso()
313 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, true); in machine__find_vdso()
343 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, true); in machine__findnew_vdso()
Ddsos.h27 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
Ddsos.c233 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() function
Dmap.c199 header_bid_dso = __dsos__find(&machine->dsos, filename, false); in map__new()
Dmachine.c827 dso = __dsos__find(&machine->dsos, m->name, true); in machine__findnew_module_dso()