Home
last modified time | relevance | path

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

/tools/perf/util/
Dvdso.h27 struct dso *machine__findnew_vdso(struct machine *machine, struct thread *thread);
Dvdso.c317 struct dso *machine__findnew_vdso(struct machine *machine, in machine__findnew_vdso() function
Dmap.c200 dso = machine__findnew_vdso(machine, thread); in map__new()