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/SystemTap_Tapset_Reference/tapsets.tmpl | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) (limited to 'doc/SystemTap_Tapset_Reference') 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