[patch] A name error in tapset's msync.return
Zhaolei
zhaolei@cn.fujitsu.com
Fri Aug 10 14:13:00 GMT 2007
Hi, everyone
This patch is for a little name error in syscalls.stp's msync.return:
Signed-off-by: "Zhaolei" zhaolei@cn.fujitsu.com
--- syscalls.stp.old 2007-08-10 17:25:38.000000000 +0900
+++ syscalls.stp 2007-08-10 17:26:06.000000000 +0900
@@ -2515,7 +2515,7 @@ probe syscall.msync = kernel.function("s
argstr = sprintf("%p, %d, %s",start, length, _msync_flag_str(flags))
}
probe syscall.msync.return = kernel.function("sys_msync").return {
- name = "msync.return"
+ name = "msync"
retstr = returnstr(1)
}
Regards
Zhaolei
More information about the Systemtap
mailing list