diff options
author | eteo <eteo> | 2006-08-08 13:11:40 +0000 |
---|---|---|
committer | eteo <eteo> | 2006-08-08 13:11:40 +0000 |
commit | 81d2346b1c1bd697307467851f55715d36d0892d (patch) | |
tree | f2a49ec9ae985f9f17a0554c403468cd25fa9a6c /stapfuncs.5.in | |
parent | 228e305f94316abf45693ecb6cacbba4402aae19 (diff) | |
download | systemtap-steved-81d2346b1c1bd697307467851f55715d36d0892d.tar.gz systemtap-steved-81d2346b1c1bd697307467851f55715d36d0892d.tar.xz systemtap-steved-81d2346b1c1bd697307467851f55715d36d0892d.zip |
2006-08-08 Eugene Teo <eteo@redhat.com>
* tapset/context.stp (probemod): New function.
* stapfuncs.5.in: Document it.
* testsuite/buildok/probemod.stp: Test it.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 941b451b..c95a9fad 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -158,6 +158,9 @@ including alias and wildcard expansion effects. probefunc:string () Return the probe point's function name, if known. .TP +probemod:string () +Return the probe point's module name, if known. +.TP target:long () Return the pid of the target process. .TP |