summaryrefslogtreecommitdiffstats
path: root/tapset/context-unwind.stp
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-03-16 14:21:50 +1000
committerddomingo <ddomingo@redhat.com>2009-03-16 14:21:50 +1000
commit37bb6cc0978855325f856bbd343d7dc253cf6851 (patch)
tree92f3cde53c14f9e95243c1d240a5ab5aae02ff79 /tapset/context-unwind.stp
parent920c7355ae85ccfb2df3b93b3703619891598dc1 (diff)
downloadsystemtap-steved-37bb6cc0978855325f856bbd343d7dc253cf6851.tar.gz
systemtap-steved-37bb6cc0978855325f856bbd343d7dc253cf6851.tar.xz
systemtap-steved-37bb6cc0978855325f856bbd343d7dc253cf6851.zip
fixed format of non-grabbable comments (for Tapset Reference Guide), added tapsetdescription for man page generator (in development)
Diffstat (limited to 'tapset/context-unwind.stp')
-rw-r--r--tapset/context-unwind.stp6
1 files changed, 5 insertions, 1 deletions
diff --git a/tapset/context-unwind.stp b/tapset/context-unwind.stp
index a0836ed6..5c1253b8 100644
--- a/tapset/context-unwind.stp
+++ b/tapset/context-unwind.stp
@@ -6,7 +6,11 @@
// redistribute it and/or modify it under the terms of the GNU General
// Public License (GPL); either version 2, or (at your option) any
// later version.
-
+// <tapsetdescription>
+// Context functions provide additional information about where 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.
+// </tapsetdescription>
%{
#ifndef STP_NEED_UNWIND_DATA
#define STP_NEED_UNWIND_DATA 1