1 2 3 4 5 6 7
#! stap -p1 /* the epilogue style alias definitions */ probe syscall.read += kernel.function("sys_read") { fildes = $fd }