Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dvdso.c241 dso = __dsos__find(&machine->dsos, vdso_file->dso_name, true); in __machine__findnew_compat()
297 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO32, true); in machine__find_vdso()
299 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, in machine__find_vdso()
306 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSOX32, true); in machine__find_vdso()
311 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, true); in machine__find_vdso()
341 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.c209 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() function
Dmachine.c698 dso = __dsos__find(&machine->dsos, m->name, true); in machine__findnew_module_dso()