Skip to main content

current_syscall

Function current_syscall 

Source
pub fn current_syscall(pid: i32) -> Option<(String, String)>
Expand description

Current syscall name and description from /proc/<pid>/syscall (x86_64). Returns None if unreadable or syscall number unknown.