diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-05-28 13:31:31 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-05-28 13:31:31 +0200 |
commit | cdb804af87c00bb27c871e1deb3763279de0b7e5 (patch) | |
tree | 1cc271884d8bdccd897b2f60d9ccd6fdee58c517 /doc/SystemTap_Tapset_Reference | |
parent | 4cef6bf2c2d86dd3558065784691061793979425 (diff) | |
download | systemtap-steved-cdb804af87c00bb27c871e1deb3763279de0b7e5.tar.gz systemtap-steved-cdb804af87c00bb27c871e1deb3763279de0b7e5.tar.xz systemtap-steved-cdb804af87c00bb27c871e1deb3763279de0b7e5.zip |
Add ucontext-symbols and ucontext-unwind tapset functions to the manual.
* tapset/ucontext-unwind.stp (ubacktrace): Remove empty line before function
triggering parse errors for doc scanner.
* doc/SystemTap_Tapset_Reference/tapsets.tmpl (chapter context_stp): Add
tapset/ucontext-symbols.stp and tapset/ucontext-unwind.stp.
Diffstat (limited to 'doc/SystemTap_Tapset_Reference')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index 767f9e05..835d0309 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -118,7 +118,9 @@ </para> !Itapset/context.stp !Itapset/context-symbols.stp +!Itapset/ucontext-symbols.stp !Itapset/context-unwind.stp +!Itapset/ucontext-unwind.stp </chapter> <chapter id="timestamp_stp"> |