diff options
author | William Cohen <wcohen@redhat.com> | 2008-11-25 11:03:28 -0500 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2008-11-25 11:03:28 -0500 |
commit | 0166f61e34a34ef1138e1de7a7068bf602741a0c (patch) | |
tree | 06aa2bd5bb52d532cd2d0033b62e2e62119bd656 /doc/ChangeLog | |
parent | 0cce60ac57b25f73f74b2e42b226b2c05162feea (diff) | |
download | systemtap-steved-0166f61e34a34ef1138e1de7a7068bf602741a0c.tar.gz systemtap-steved-0166f61e34a34ef1138e1de7a7068bf602741a0c.tar.xz systemtap-steved-0166f61e34a34ef1138e1de7a7068bf602741a0c.zip |
Add context, timestamp, memory, and networking tapsets.
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ac2d01ad..41060910 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,10 @@ 2008-11-24 Will Cohen <wcohen@redhat.com> + * SystemTap_Tapset_Reference/tapsets.tmpl: Add context, timestamp, + memory, and networking tapsets. + +2008-11-24 Will Cohen <wcohen@redhat.com> + * SystemTap_Tapset_Reference: Add kernel-doc based version. 2008-11-24 Will Cohen <wcohen@redhat.com> |