summaryrefslogtreecommitdiffstats
path: root/doc/langref.tex
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-02-02 14:22:56 -0500
committerWilliam Cohen <wcohen@redhat.com>2009-02-02 14:22:56 -0500
commit0d65057a8a8b418568a18eb394d3e57f5a8051a5 (patch)
tree164de98691d1d6f37ee7e28579b4b7a23c70f0c5 /doc/langref.tex
parent1bf72dfea404434f954214298367817d5c591903 (diff)
parent592470cde0ceb84bbf409482927ba6554b536b95 (diff)
downloadsystemtap-steved-0d65057a8a8b418568a18eb394d3e57f5a8051a5.tar.gz
systemtap-steved-0d65057a8a8b418568a18eb394d3e57f5a8051a5.tar.xz
systemtap-steved-0d65057a8a8b418568a18eb394d3e57f5a8051a5.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'doc/langref.tex')
-rw-r--r--doc/langref.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/langref.tex b/doc/langref.tex
index 3af2bd15..5aefa278 100644
--- a/doc/langref.tex
+++ b/doc/langref.tex
@@ -706,6 +706,7 @@ kernel.function(PATTERN).call
kernel.function(PATTERN).return
kernel.function(PATTERN).return.maxactive(VALUE)
kernel.function(PATTERN).inline
+kernel.function(PATTERN).label(LPATTERN)
module(MPATTERN).function(PATTERN)
module(MPATTERN).function(PATTERN).call
module(MPATTERN).function(PATTERN).return.maxactive(VALUE)
@@ -737,8 +738,11 @@ The \textbf{.statement} variant places a probe at the exact spot, exposing those
variables that are visible there.
In the above probe descriptions, MPATTERN stands for a string literal
-that identifies the loaded kernel module of interest. It may include asterisk
-({*}), square brackets \char`\"{}{[}]\char`\"{}, and question mark (?) wildcards.
+that identifies the loaded kernel module of interest and LPATTERN
+stands for a source program label. Both MPATTERN and LPATTERN may
+include asterisk ({*}), square brackets \char`\"{}{[}]\char`\"{}, and
+question mark (?) wildcards.
+
PATTERN stands for a string literal that identifies a point in the program.
It is composed of three parts: