diff options
author | fche <fche> | 2007-08-17 02:25:22 +0000 |
---|---|---|
committer | fche <fche> | 2007-08-17 02:25:22 +0000 |
commit | 1902aec1df32bb36c7e71b829a65543e9475ced3 (patch) | |
tree | 4dcf6e21beaa4c9a7eb74b83bd2165bc2c7d9961 /stapfuncs.5.in | |
parent | 7ab87febe805d86b81c393b13e8de69f2ab9b684 (diff) | |
download | systemtap-steved-1902aec1df32bb36c7e71b829a65543e9475ced3.tar.gz systemtap-steved-1902aec1df32bb36c7e71b829a65543e9475ced3.tar.xz systemtap-steved-1902aec1df32bb36c7e71b829a65543e9475ced3.zip |
2007-08-16 Frank Ch. Eigler <fche@elastic.org>
PR 1315.
* target_set.stp: New tapset file.
* stapfuncs.5.in: Document new target_set tapset.
* buildok/fortyfive.stp: New test.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 0a35b543..71af8c9b 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -204,6 +204,15 @@ Return the pid of the target process. is_return:long () Return 1 if the probe point is a return probe. Deprecated. +.SS TARGET_SET +.TP +target_set_pid:long (tid:long) +Return whether the given process-id is within the "target set", that is whether +it is a descendent of the top-level target() process. +.TP +target_set_report:unknown () +Print a report about the target set, and their ancestry. + .SS ERRNO .TP errno_str:string (e:long) |