diff options
author | Dave Brolley <brolley@redhat.com> | 2009-11-23 19:08:51 -0500 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-11-23 19:08:51 -0500 |
commit | 5d1c958ce2dcc0f28c1bd13b8e005c0c2ad1cdba (patch) | |
tree | e44ad8807e0b5b2e1bb85682f677d492f1195dbf /doc/SystemTap_Tapset_Reference/tapsets.tmpl | |
parent | 562d60b004e3d7ae73c1c7508be529006bd6430f (diff) | |
parent | 90bba7158de040705a101ba1fdf6062866b4b4e9 (diff) | |
download | systemtap-steved-5d1c958ce2dcc0f28c1bd13b8e005c0c2ad1cdba.tar.gz systemtap-steved-5d1c958ce2dcc0f28c1bd13b8e005c0c2ad1cdba.tar.xz systemtap-steved-5d1c958ce2dcc0f28c1bd13b8e005c0c2ad1cdba.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts:
configure
Diffstat (limited to 'doc/SystemTap_Tapset_Reference/tapsets.tmpl')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index c73defef..bb855d29 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -135,6 +135,16 @@ !Itapset/timestamp.stp </chapter> + <chapter id="ctime.stp"> + <title>Time string utility function</title> + <para> + Utility function to turn seconds since the epoch (as returned by + the timestamp function gettimeofday_s()) into a human readable + date/time string. + </para> +!Itapset/ctime.stp + </chapter> + <chapter id="memory_stp"> <title>Memory Tapset</title> <para> @@ -157,12 +167,13 @@ </chapter> <chapter id="iosched.stp"> - <title>IO Scheduler Tapset</title> + <title>IO Scheduler and block IO Tapset</title> <para> - This family of probe points is used to probe IO scheduler activities. + This family of probe points is used to probe block IO layer and IO scheduler activities. It contains the following probe points: </para> !Itapset/ioscheduler.stp +!Itapset/ioblock.stp </chapter> <chapter id="scsi.stp"> @@ -251,4 +262,13 @@ </para> !Itapset/conversions.stp </chapter> + <chapter id="ansi.stp"> + <title>Utility functions for using ansi control chars in logs</title> + <para> + Utility functions for logging using ansi control characters. This + lets you manipulate the cursor position and character color output + and attributes of log messages. + </para> +!Itapset/ansi.stp + </chapter> </book> |