This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 5/5 v2] Uncomment 'name' variable in nd_syscall.lseek probe point.


---
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]