3 ms·
Linux-insides: System calls in the Linux kernel, Part 3
- joshbaptiste 11y agoOh 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.