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/SystemTap_Tapset_Reference/tapsets.tmpl | |
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/SystemTap_Tapset_Reference/tapsets.tmpl')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 38 |
1 files changed, 38 insertions, 0 deletions
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 </chapter> + <chapter id="context_stp"> + <title>Context Functions</title> + <para> + 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. + </para> +!Itapset/context.stp + </chapter> + + <chapter id="timestamp_stp"> + <title>Timestamp Functions</title> + <para> + 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. + </para> +!Itapset/timestamp.stp + </chapter> + + <chapter id="memory_stp"> + <title>Memory Tapset</title> +!Itapset/memory.stp + </chapter> + + <chapter id="networking.stp"> + <title>Networking Tapset</title> + <para> + This family of probe points is used to probe the activities of + network device. + </para> +!Itapset/networking.stp + </chapter> + </book> |