Hacker News new | ask | show | jobs
Linux-insides: System calls in the Linux kernel, Part 3 (github.com)
73 points by 0xAX 3934 days ago
1 comments

Oh very interesting indeed, when using strace, or sysdig I notice many daemonized threaded programs calling gettimeofday() frequently, it's good to know in Linux it doesn't incur a context switch with the vdso architecture.