summaryrefslogtreecommitdiffstats
path: root/examples/wait4time.stp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wait4time.stp')
-rwxr-xr-xexamples/wait4time.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wait4time.stp b/examples/wait4time.stp
index bd1628ea..568239b9 100755
--- a/examples/wait4time.stp
+++ b/examples/wait4time.stp
@@ -47,7 +47,7 @@ probe begin {
probe syscall.wait4 {
t = gettimeofday_us(); p = pid()
entry_wait4[p] = t
- wait4_pid[p]=$pid
+ wait4_pid[p]=pid
}
probe syscall.wait4.return {