About
System calls are the OS API that allows a process to communicate with the kernel of the operating system.
System calls are the most traditional and most obvious interaction points between userspace and the kernel.
Articles Related
Platform
Linux
System calls for a process on Linux can be obtained with strace.