From efd032a83a3e5254988a49ed52cdab85c19ce762 Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Fri, 22 May 2009 20:05:43 +0200 Subject: Uncomment 'name' variable in nd_syscall.lseek probe point. Signed-off-by: Josh Stone --- tapset/nd_syscalls.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapset') diff --git a/tapset/nd_syscalls.stp b/tapset/nd_syscalls.stp index fef79a0c..97374d9f 100644 --- a/tapset/nd_syscalls.stp +++ b/tapset/nd_syscalls.stp @@ -2973,7 +2973,7 @@ probe nd_syscall.lremovexattr.return = kprobe.function("sys_lremovexattr").retur # off_t sys_lseek(unsigned int fd, off_t offset, unsigned int origin) probe nd_syscall.lseek = kprobe.function("sys_lseek") { - // name = "lseek" + name = "lseek" // fildes = $fd // # offset = __int32($offset) // offset = $offset -- cgit