summaryrefslogtreecommitdiffstats
path: root/tapset/nd_syscalls.stp
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemyslaw@pawelczyk.it>2009-05-22 20:05:43 +0200
committerJosh Stone <jistone@redhat.com>2009-05-22 14:20:44 -0700
commitefd032a83a3e5254988a49ed52cdab85c19ce762 (patch)
treefa31a59d3bd409570ff2fd0dabc3bd7da165aa04 /tapset/nd_syscalls.stp
parentedd119a6daa564ffc7ba8db9bc2927929ea7e25e (diff)
downloadsystemtap-steved-efd032a83a3e5254988a49ed52cdab85c19ce762.tar.gz
systemtap-steved-efd032a83a3e5254988a49ed52cdab85c19ce762.tar.xz
systemtap-steved-efd032a83a3e5254988a49ed52cdab85c19ce762.zip
Uncomment 'name' variable in nd_syscall.lseek probe point.
Signed-off-by: Josh Stone <jistone@redhat.com>
Diffstat (limited to 'tapset/nd_syscalls.stp')
-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