Searched refs:__dsos__find (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | vdso.c | 243 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()
|
D | dsos.h | 27 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
|
D | dsos.c | 233 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find() function
|
D | map.c | 199 header_bid_dso = __dsos__find(&machine->dsos, filename, false); in map__new()
|
D | machine.c | 827 dso = __dsos__find(&machine->dsos, m->name, true); in machine__findnew_module_dso()
|