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