Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
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()
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->temp_file_name); in get_file()
96 vdso = vdso_file->temp_file_name; in get_file()
[all …]