Home
last modified time | relevance | path

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

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