Searched refs:dsos__find (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | vdso.c | 253 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 D | dsos.h | 33 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
|
| H A D | dsos.c | 282 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find() function
|
| H A D | map.c | 201 header_bid_dso = dsos__find(&machine->dsos, filename, false); in map__new()
|