diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-11-13 14:42:17 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-11-13 14:42:17 +0100 |
commit | 4e97adab523667204864f10fef6ad992da49f27e (patch) | |
tree | 75c51dbd14ee565f7238136092eb64d99a432647 /doc | |
parent | f6ac00e8c648759ac70f290b90c4f369e72dd623 (diff) | |
download | systemtap-steved-4e97adab523667204864f10fef6ad992da49f27e.tar.gz systemtap-steved-4e97adab523667204864f10fef6ad992da49f27e.tar.xz systemtap-steved-4e97adab523667204864f10fef6ad992da49f27e.zip |
Turn ctime.stp documentation into proper Tapset Reference markup.
* doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add chapter on ctime.stp.
* tapset/ctime.stp: Turn documentation into proper reference markup.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index c73defef..ff1d50da 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> |