Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dvdso.c31 struct vdso_file { struct
40 struct vdso_file vdso;
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()
80 return vdso_file->temp_file_name; in get_file()
82 if (vdso_file->error || find_map(&start, &end, VDSO__MAP_NAME)) in get_file()
91 fd = mkstemp(vdso_file in get_file()
214 vdso__get_compat_file(struct vdso_file *vdso_file) vdso__get_compat_file() argument
237 __machine__findnew_compat(struct machine *machine, struct vdso_file *vdso_file) __machine__findnew_compat() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dvdso.c31 struct vdso_file { struct
40 struct vdso_file vdso;
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()
80 return vdso_file->temp_file_name; in get_file()
82 if (vdso_file->error || find_map(&start, &end, VDSO__MAP_NAME)) in get_file()
91 fd = mkstemp(vdso_file in get_file()
215 vdso__get_compat_file(struct vdso_file *vdso_file) vdso__get_compat_file() argument
238 __machine__findnew_compat(struct machine *machine, struct vdso_file *vdso_file) __machine__findnew_compat() argument
[all...]

Completed in 1 milliseconds