Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dvdso.c238 dso = __dsos__find(&machine->dsos, vdso_file->dso_name, true); in __machine__findnew_compat()
294 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO32, true); in machine__find_vdso()
296 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, in machine__find_vdso()
303 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSOX32, true); in machine__find_vdso()
308 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, true); in machine__find_vdso()
338 dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, true); in machine__findnew_vdso()
Ddso.h340 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
Ddso.c1374 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() function
1391 dso = __dsos__find(dsos, name, cmp_short); in dsos__find()
1411 struct dso *dso = __dsos__find(dsos, name, false); in __dsos__findnew()
Dmachine.c644 dso = __dsos__find(&machine->dsos, m->name, true); in machine__findnew_module_dso()