Hi, X86-64 vsyscall has been removed from Linux kernel 3.1 and has been emulated with syscall instruction. So for kernel 3.1 and above, vsyscall is slower than direct syscall instruction. I think glibc should try vdso first and fall back to direct syscall instruction. -- H.J.