pub fn current_syscall(pid: i32) -> Option<(String, String)>
Current syscall name and description from /proc/<pid>/syscall (x86_64). Returns None if unreadable or syscall number unknown.
/proc/<pid>/syscall
None