Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dvdso.c31 struct vdso_file { struct
40 struct vdso_file vdso; argument
42 struct vdso_file vdso32;
43 struct vdso_file vdsox32;
71 static char *get_file(struct vdso_file *vdso_file) in get_file() argument
79 if (vdso_file->found) in get_file()
104 vdso_file->error = !vdso_file->found; in get_file()
214 static const char *vdso__get_compat_file(struct vdso_file *vdso_file) in vdso__get_compat_file() argument
218 if (vdso_file->found) in vdso__get_compat_file()
221 if (vdso_file->error) in vdso__get_compat_file()
[all …]

Completed in 3 milliseconds