Home
last modified time | relevance | path

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

/tools/perf/util/
Dvdso.c28 struct vdso_file vdso; member
34 .vdso = { in vdso_info__new()
76 char *vdso = NULL; in get_file() local
99 vdso = vdso_file->temp_file_name; in get_file()
106 vdso_file->found = (vdso != NULL); in get_file()
108 return vdso; in get_file()
118 if (vdso_info->vdso.found) in vdso__exit()
119 unlink(vdso_info->vdso.temp_file_name); in vdso__exit()
155 file = get_file(&vdso_info->vdso); in vdso__dso_findnew()
Dmap.c152 int anon, no_dso, vdso, android; in map__new() local
156 vdso = is_vdso_map(filename); in map__new()
176 if (vdso) { in map__new()
/tools/testing/selftests/powerpc/pmu/
Dlib.c181 struct addr_range libc, vdso; variable
210 vdso.first = start; in parse_proc_maps()
211 vdso.last = end - 1; in parse_proc_maps()
Dlib.h38 extern struct addr_range libc, vdso;
/tools/perf/
DMakefile.perf299 LIB_H += util/vdso.h
376 LIB_OBJS += $(OUTPUT)util/vdso.o