summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/nd_syscalls.stp2
1 files changed, 1 insertions, 1 deletions
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