From 3dcf03fe273bb9e662efa4dad9df9445b34e13fe Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 12 Oct 2012 23:27:01 -0400 Subject: [PATCH] langref: add a sentence identifying the 'any' meaning of probe-point lists --- doc/langref.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.5