[PATCH 5/5] Uncomment 'name' variable in nd_syscall.lseek probe point.
Przemyslaw Pawelczyk
przemyslaw@pawelczyk.it
Fri May 22 16:37:00 GMT 2009
---
tapset/nd_syscalls.stp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tapset/nd_syscalls.stp b/tapset/nd_syscalls.stp
index a0f88fc..294716d 100644
--- a/tapset/nd_syscalls.stp
+++ b/tapset/nd_syscalls.stp
@@ -3175,7 +3175,7 @@ probe nd_syscall.lremovexattr.return = kprobe.function("SyS_lremovexattr").retur
probe nd_syscall.lseek = kprobe.function("SyS_lseek") !,
kprobe.function("sys_lseek")
{
- // name = "lseek"
+ name = "lseek"
// fildes = $fd
// # offset = __int32($offset)
// offset = $offset
--
1.5.6.5
More information about the Systemtap
mailing list