summaryrefslogtreecommitdiffstats
path: root/tapset/syscalls.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/syscalls.stp')
-rw-r--r--tapset/syscalls.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/syscalls.stp b/tapset/syscalls.stp
index 6601a229..f3d9a581 100644
--- a/tapset/syscalls.stp
+++ b/tapset/syscalls.stp
@@ -488,7 +488,7 @@ probe syscall.epoll_wait.return = kernel.function("sys_epoll_wait").return {
# struct pt_regs * regs)
probe syscall.execve = kernel.function("do_execve") {
name = "execve"
- filename = __string($filename)
+ filename = kernel_string($filename)
args = __get_argv($argv)
argstr = sprintf("%s %s", filename, args)
}