DSO__NAME_VDSO    561 tools/perf/util/build-id.c 		     is_vdso ? DSO__NAME_VDSO : realname,
DSO__NAME_VDSO     52 tools/perf/util/vdso.c 			.dso_name = DSO__NAME_VDSO,
DSO__NAME_VDSO    299 tools/perf/util/vdso.c 			dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO,
DSO__NAME_VDSO    311 tools/perf/util/vdso.c 		dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, true);
DSO__NAME_VDSO    341 tools/perf/util/vdso.c 	dso = __dsos__find(&machine->dsos, DSO__NAME_VDSO, true);
DSO__NAME_VDSO    347 tools/perf/util/vdso.c 			dso = __machine__addnew_vdso(machine, DSO__NAME_VDSO, file);
DSO__NAME_VDSO    358 tools/perf/util/vdso.c 	return !strcmp(dso->short_name, DSO__NAME_VDSO) ||