From 0166f61e34a34ef1138e1de7a7068bf602741a0c Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 25 Nov 2008 11:03:28 -0500 Subject: Add context, timestamp, memory, and networking tapsets. --- doc/ChangeLog | 5 ++++ doc/SystemTap_Tapset_Reference/tapsets.tmpl | 38 +++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index ac2d01ad..41060910 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-11-24 Will Cohen + + * SystemTap_Tapset_Reference/tapsets.tmpl: Add context, timestamp, + memory, and networking tapsets. + 2008-11-24 Will Cohen * SystemTap_Tapset_Reference: Add kernel-doc based version. diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index 8ae22edf..ccdba8c2 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -112,4 +112,42 @@ This is common among + + Context Functions + + The context functions provide additional information about the where + the event occurred. + These functions can provide information such as a backtrace + where the event occured + and the current register values for the processor. + +!Itapset/context.stp + + + + Timestamp Functions + + Each timestamp function returns a value to indicate when + the function is executed. + Thus, these returned values can be used to indicate + when an event occurs, provide an ordering for events, or compute + the amount of time elapsed between to time stamps. + +!Itapset/timestamp.stp + + + + Memory Tapset +!Itapset/memory.stp + + + + Networking Tapset + + This family of probe points is used to probe the activities of + network device. + +!Itapset/networking.stp + + -- cgit