From: Frank Ch. Eigler Date: Sat, 13 Oct 2012 03:27:01 +0000 (-0400) Subject: langref: add a sentence identifying the 'any' meaning of probe-point lists X-Git-Tag: release-2.1~363 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=3dcf03fe273bb9e662efa4dad9df9445b34e13fe;p=systemtap.git langref: add a sentence identifying the 'any' meaning of probe-point lists --- diff --git a/doc/langref.tex b/doc/langref.tex index ae7e4ad77..a00335b93 100644 --- a/doc/langref.tex +++ b/doc/langref.tex @@ -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