From e0c4dae873d0c7365f928fa2e72450f33b69ca3d Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 25 Nov 2008 17:53:16 -0500 Subject: Add ioscheduler, socket, tcp, and upd to tapset reference. --- doc/ChangeLog | 5 ++++ doc/SystemTap_Tapset_Reference/tapsets.tmpl | 37 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 41060910..81c3f63e 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-11-25 Will Cohen + + * SystemTap_Tapset_Reference/tapsets.tmpl: Add ioscheduler, socket, tcp, + and upd. + 2008-11-24 Will Cohen * SystemTap_Tapset_Reference/tapsets.tmpl: Add context, timestamp, diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index ccdba8c2..cf12e2e1 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -141,6 +141,16 @@ This is common among !Itapset/memory.stp + + IO Scheduler Tapset + + This family of probe points is used to probe the IO scheduler activities. + It contains the following probe points: + +!Itapset/ioscheduler.stp + + + Networking Tapset @@ -150,4 +160,31 @@ This is common among !Itapset/networking.stp + + Socket Tapset + + This family of probe points is used to probe socket activities. + It contains the following probe points: + +!Itapset/socket.stp + + + + TCP Tapset + + This family of probe points is used to probe TCP layer activities. + It contains the following probe points: + +!Itapset/tcp.stp + + + + UDP Tapset + + This family of probe points is used to probe UDP layer activities. + It contains the following probe points: + +!Itapset/udp.stp + + -- cgit