]> sourceware.org Git - systemtap.git/commitdiff
Add () to execname in stap man page example.
authorPrzemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
Fri, 28 May 2010 14:05:39 +0000 (16:05 +0200)
committerPrzemyslaw Pawelczyk <przemyslaw@pawelczyk.it>
Fri, 28 May 2010 14:05:39 +0000 (16:05 +0200)
stap.1.in

index 9fa0911294f332fb45acfc2778227c7b71204456..2f5f86f04c45ab699c0c8f7679ea85b727e47dde 100644 (file)
--- a/stap.1.in
+++ b/stap.1.in
@@ -626,7 +626,7 @@ any probe that refers to the alias.  For example:
 .SAMPLE
 probe syscall.read = kernel.function("sys_read") {
   fildes = $fd
-  if (execname == "init") next  # skip rest of probe
+  if (execname() == "init") next  # skip rest of probe
 }
 .ESAMPLE
 defines a new probe point
This page took 0.029597 seconds and 5 git commands to generate.