Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dvdso.h27 struct dso *machine__findnew_vdso(struct machine *machine, struct thread *thread);
H A Dvdso.c330 struct dso *machine__findnew_vdso(struct machine *machine, in machine__findnew_vdso() function
H A Dmap.c167 dso = machine__findnew_vdso(machine, thread); in map__new()
/linux/tools/perf/
H A Dbuiltin-inject.c428 dso = machine__findnew_vdso(machine, thread); in findnew_dso()