Home
last modified time | relevance | path

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

/tools/perf/util/
Dvdso.c27 struct vdso_file { struct
36 struct vdso_file vdso; argument
38 struct vdso_file vdso32;
39 struct vdso_file vdsox32;
67 static char *get_file(struct vdso_file *vdso_file) in get_file() argument
75 if (vdso_file->found) in get_file()
76 return vdso_file->temp_file_name; in get_file()
78 if (vdso_file->error || find_vdso_map(&start, &end)) in get_file()
87 fd = mkstemp(vdso_file->temp_file_name); in get_file()
92 vdso = vdso_file->temp_file_name; in get_file()
[all …]