summaryrefslogtreecommitdiffstats
path: root/tapset/x86_64/syscalls.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/x86_64/syscalls.stp')
-rw-r--r--tapset/x86_64/syscalls.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/x86_64/syscalls.stp b/tapset/x86_64/syscalls.stp
index 418aaf23..c9ab617f 100644
--- a/tapset/x86_64/syscalls.stp
+++ b/tapset/x86_64/syscalls.stp
@@ -131,7 +131,7 @@ probe syscall.vm86_warning.return = kernel.function("sys32_vm86_warning").return
#
probe syscall.pipe32 = kernel.function("sys32_pipe") {
name = "pipe"
- argstr = sprintf("%p", fd)
+ argstr = sprintf("%p", $fd)
}
probe syscall.pipe32.return = kernel.function("sys32_pipe").return {
name = "pipe"