summaryrefslogtreecommitdiffstats
path: root/tapset/i686/syscalls.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/i686/syscalls.stp')
-rw-r--r--tapset/i686/syscalls.stp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tapset/i686/syscalls.stp b/tapset/i686/syscalls.stp
index e8ab3e18..76f6b5a8 100644
--- a/tapset/i686/syscalls.stp
+++ b/tapset/i686/syscalls.stp
@@ -321,7 +321,7 @@ probe syscall.inotify_rm_watch.return =
probe syscall.iopl = kernel.function("sys_iopl") {
name = "iopl"
level = $unused
- argstr = string($unused)
+ argstr = sprint($unused)
}
probe syscall.iopl.return = kernel.function("sys_iopl").return {
name = "iopl"
@@ -428,7 +428,7 @@ probe syscall.olduname.return = kernel.function("sys_olduname").return {
probe syscall.rt_sigreturn = kernel.function("sys_rt_sigreturn") {
name = "rt_sigreturn"
__unused = $__unused
- argstr = string($__unused)
+ argstr = sprint($__unused)
}
probe syscall.rt_sigreturn.return =
kernel.function("sys_rt_sigreturn").return {
@@ -601,7 +601,7 @@ probe syscall.sigreturn =
kernel.function("sys_sigreturn") {
name = "sigreturn"
__unused = $__unused
- argstr = string($__unused)
+ argstr = sprint($__unused)
}
probe syscall.sigreturn.return =
kernel.function("sys_sigreturn").return {