diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 81c3f63e..0136174f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-26 Will Cohen <wcohen@redhat.com> + + * SystemTap_Tapset_Reference/tapsets.tmpl: Add process. + 2008-11-25 Will Cohen <wcohen@redhat.com> * SystemTap_Tapset_Reference/tapsets.tmpl: Add ioscheduler, socket, tcp, diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index cf12e2e1..6c3abd0f 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -187,4 +187,13 @@ This is common among !Itapset/udp.stp </chapter> + <chapter id="process.stp"> + <title>Process Tapset</title> + <para> + This family of probe points is used to probe the process activities. + It contains the following probe points: + </para> +!Itapset/process.stp + </chapter> + </book> |