Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dvdso.h26 struct dso *vdso__dso_findnew(struct machine *machine, struct thread *thread);
Dvdso.c284 struct dso *vdso__dso_findnew(struct machine *machine, in vdso__dso_findnew() function
Dmap.c178 dso = vdso__dso_findnew(machine, thread); in map__new()