summaryrefslogtreecommitdiffstats
path: root/tapset
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2009-03-02 11:40:44 +1000
committerddomingo <ddomingo@redhat.com>2009-03-02 11:40:44 +1000
commit2a8f97d92bd86a464a8fc64b09ebb3a6ded772e9 (patch)
tree693d0d02f8f705d1a3a57e0000218ba64cc66266 /tapset
parent96862c762bf019f8054851f0dce7aecc62bcf5f1 (diff)
downloadsystemtap-steved-2a8f97d92bd86a464a8fc64b09ebb3a6ded772e9.tar.gz
systemtap-steved-2a8f97d92bd86a464a8fc64b09ebb3a6ded772e9.tar.xz
systemtap-steved-2a8f97d92bd86a464a8fc64b09ebb3a6ded772e9.zip
minor revision, added tag
Diffstat (limited to 'tapset')
-rw-r--r--tapset/context-symbols.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapset/context-symbols.stp b/tapset/context-symbols.stp
index 79645f4f..46eab841 100644
--- a/tapset/context-symbols.stp
+++ b/tapset/context-symbols.stp
@@ -12,14 +12,14 @@
#define STP_NEED_SYMBOL_DATA 1
#endif
%}
-
+// weirdness with print_stack, argument appears in build as undescribed
/**
* sfunction print_stack - Print out stack from string
* @stk: String with list of hexidecimal addresses. (FIXME)
*
* Perform a symbolic lookup of the addresses in the given string,
* which is assumed to be the result of a prior call to
- * backtrace().
+ * <command>backtrace()</command>.
* Print one line per address, including the address, the
* name of the function containing the address, and an estimate of
* its position within that function. Return nothing.