]> sourceware.org Git - systemtap.git/commitdiff
stapprobes.3stap: edited supported probe points
authorAbegail Jakop <ajakop@redhat.com>
Thu, 10 Jul 2014 14:59:58 +0000 (10:59 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Thu, 10 Jul 2014 14:59:58 +0000 (10:59 -0400)
stapprobes.3stap: added process(PID).{function, mark, plt, provider}
to the list of supported probe points under DWARF and USER-SPACE.

man/stapprobes.3stap

index 294bfcada3b46b1a0073155c14450ebc618de434..e8934d8de475ded4a17a57a5c30078b4fce5be9a 100644 (file)
@@ -362,6 +362,10 @@ process("PATH").function("*").return
 process("PATH").function("myfun").label("foo")
 process("PATH").function("foo").callee("bar")
 process("PATH").function("foo").callees(DEPTH)
+process(PID).function("NAME")
+process(PID).function("myfun").label("foo")
+process(PID).plt("NAME)
+process(PID).statement("*@FILE.c:123")
 process(PID).statement(ADDRESS).absolute
 .ESAMPLE
 (See the USER-SPACE section below for more information on the process
@@ -772,6 +776,8 @@ probed:
 .SAMPLE
 process("PATH").mark("LABEL")
 process("PATH").provider("PROVIDER").mark("LABEL")
+process(PID).mark("LABEL")
+process(PID).provider("PROVIDER").mark("LABEL")
 .ESAMPLE
 .PP
 A
@@ -806,6 +812,9 @@ process("PATH").library("PATH").statement("*@FILE.c:123")
 process("PATH").function("*").return
 process("PATH").function("myfun").label("foo")
 process("PATH").function("foo").callee("bar")
+process(PID).function("NAME")
+process(PID).statement("*@FILE.c:123")
+process(PID).plt("NAME")
 .ESAMPLE
 
 .PP
This page took 0.031034 seconds and 5 git commands to generate.