]> sourceware.org Git - systemtap.git/commitdiff
langref: add a sentence identifying the 'any' meaning of probe-point lists
authorFrank Ch. Eigler <fche@redhat.com>
Sat, 13 Oct 2012 03:27:01 +0000 (23:27 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Sat, 13 Oct 2012 03:27:32 +0000 (23:27 -0400)
doc/langref.tex

index ae7e4ad77ac5a6682a4b8c626f99d2ad8f417f0d..a00335b931fbb5302084a78f247a77f81472532e 100644 (file)
@@ -365,7 +365,8 @@ Events are specified in a special syntax called \emph{probe points}. There
 are several varieties of probe points defined by the translator, and tapset
 scripts may define others using aliases. The provided probe points are listed
 in the \texttt{stapprobes(3)}, \texttt{tapset::*(3stap)}, and
-\texttt{probe::*(3stap)} man pages.
+\texttt{probe::*(3stap)} man pages.  The STMT statement block is executed
+whenever {\i any} of the named PROBEPOINT events occurs.
 
 The probe handler is interpreted relative to the context of each event. For
 events associated with kernel code, this context may include variables defined
This page took 0.031024 seconds and 5 git commands to generate.