diff options
author | Josh Stone <jistone@redhat.com> | 2009-04-14 12:34:12 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-04-14 12:34:12 -0700 |
commit | 1f65cc4ffd1bd362b10d7f07d1cb9c4e7de68027 (patch) | |
tree | 1948954f707ddcb3f879b5e7646533d8fea83199 /doc/SystemTap_Tapset_Reference/tapsets.tmpl | |
parent | 891e4fb2d5bf81b540b66b126b2ba78d1b7f459b (diff) | |
download | systemtap-steved-1f65cc4ffd1bd362b10d7f07d1cb9c4e7de68027.tar.gz systemtap-steved-1f65cc4ffd1bd362b10d7f07d1cb9c4e7de68027.tar.xz systemtap-steved-1f65cc4ffd1bd362b10d7f07d1cb9c4e7de68027.zip |
PR9953: split up the two process.* tapsets
The overlapping process.* tapsets are now separated. Those probe points
documented in stapprobes(3stap) remain the same. Those that were formerly
in stapprobes.process(3stap) have been renamed to kprocess, to reflect
their kernel perspective on processes.
Diffstat (limited to 'doc/SystemTap_Tapset_Reference/tapsets.tmpl')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index b7c0713b..19a8e02f 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -181,13 +181,13 @@ </para> !Itapset/socket.stp </chapter> - <chapter id="process.stp"> - <title>Process Tapset</title> + <chapter id="kprocess.stp"> + <title>Kernel Process Tapset</title> <para> This family of probe points is used to probe process-related activities. It contains the following probe points: </para> -!Itapset/process.stp +!Itapset/kprocess.stp </chapter> <chapter id="signal.stp"> <title>Signal Tapset</title> |