syscall
For entry probes, the arguments (arg0 .. arg n ) are the arguments to the system call. For return probes, both arg0 and arg1 contain the return value. A non-zero value in the D variable errno indicates system call failure.
entry
arg0
arg
n
return
arg1
errno