Home
last modified time | relevance | path

Searched refs:vdso__dso_findnew (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dvdso.h15 struct dso *vdso__dso_findnew(struct list_head *head);
Dvdso.c92 struct dso *vdso__dso_findnew(struct list_head *head) in vdso__dso_findnew() function
Dmap.c78 dso = vdso__dso_findnew(dsos__list); in map__new()