Home
last modified time | relevance | path

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

/tools/perf/util/
A Dvdso.c253 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 Ddsos.h33 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short);
A Ddsos.c285 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find() function
A Dmap.c199 struct dso *header_bid_dso = dsos__find(&machine->dsos, filename, false); in map__new()

Completed in 7 milliseconds