diff options
author | ddomingo <ddomingo@redhat.com> | 2009-03-16 14:23:14 +1000 |
---|---|---|
committer | ddomingo <ddomingo@redhat.com> | 2009-03-16 14:23:14 +1000 |
commit | 39aa0af411c2ce1a7ba7f252fcd6924637a1f824 (patch) | |
tree | e19677b83928bea15e5d0b47623e6fb4efeb4b9b /doc/SystemTap_Tapset_Reference/tapsets.tmpl | |
parent | bfa3d6708bb6ddcb27155ab3cc904b9c85a60e95 (diff) | |
download | systemtap-steved-39aa0af411c2ce1a7ba7f252fcd6924637a1f824.tar.gz systemtap-steved-39aa0af411c2ce1a7ba7f252fcd6924637a1f824.tar.xz systemtap-steved-39aa0af411c2ce1a7ba7f252fcd6924637a1f824.zip |
minor edits
Diffstat (limited to 'doc/SystemTap_Tapset_Reference/tapsets.tmpl')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index 8f791c6a..892d30a9 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -117,8 +117,8 @@ <title>Context Functions</title> <para> The context functions provide additional information about where - the event occurred. - These functions can provide information such as a backtrace + an event occurred. + These functions can provide information such as a backtrace to where the event occured and the current register values for the processor. </para> @@ -132,9 +132,9 @@ <para> Each timestamp function returns a value to indicate when a 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. + These returned values can then be used to indicate + when an event occurred, provide an ordering for events, or compute + the amount of time elapsed between two time stamps. </para> !Itapset/timestamp.stp </chapter> @@ -207,7 +207,7 @@ <chapter id="process.stp"> <title>Process Tapset</title> <para> - This family of probe points is used to probe process activities. + This family of probe points is used to probe process-related activities. It contains the following probe points: </para> !Itapset/process.stp |