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] A name error in tapset's msync.return


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



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