summaryrefslogtreecommitdiffstats
path: root/tapset/ucontext-symbols.stp
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2009-04-21 19:57:02 +0200
committerMark Wielaard <mjw@redhat.com>2009-04-21 19:57:02 +0200
commit7d7f074398802c84f544e263995ce15874b9f408 (patch)
tree5692681a028bdfaed467412e2951e4b18f52a4a9 /tapset/ucontext-symbols.stp
parent2f2fa6c0b102537d92a1148d8b00431077d5eb7a (diff)
downloadsystemtap-steved-7d7f074398802c84f544e263995ce15874b9f408.tar.gz
systemtap-steved-7d7f074398802c84f544e263995ce15874b9f408.tar.xz
systemtap-steved-7d7f074398802c84f544e263995ce15874b9f408.zip
Mark ucontext tapset functions EXPERIMENTAL.
* tapset/ucontext-symbols.stp (usymname, usymdata, print_ustack): mark EXPERIMENTAL. * tapset/ucontext-unwind.stp (print_ubacktrace, ubacktrace): Likewise.
Diffstat (limited to 'tapset/ucontext-symbols.stp')
-rw-r--r--tapset/ucontext-symbols.stp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tapset/ucontext-symbols.stp b/tapset/ucontext-symbols.stp
index 2e7ad25b..5502f5cd 100644
--- a/tapset/ucontext-symbols.stp
+++ b/tapset/ucontext-symbols.stp
@@ -23,7 +23,7 @@
%}
/**
- * sfunction usymname - Return the symbol of an address in the current task.
+ * sfunction usymname - Return the symbol of an address in the current task. EXPERIMENTAL!
* @addr: The address to translate.
*
* Description: Returns the (function) symbol name associated with the
@@ -36,7 +36,7 @@ function usymname:string (addr: long) %{ /* pure */
%}
/**
- * sfunction usymdata - Return the symbol and module offset of an address.
+ * sfunction usymdata - Return the symbol and module offset of an address. EXPERIMENTAL!
* @addr: The address to translate.
*
* Description: Returns the (function) symbol name associated with the
@@ -52,7 +52,7 @@ function usymdata:string (addr: long) %{ /* pure */
%}
/**
- * sfunction print_ustack - Print out stack for the current task from string.
+ * sfunction print_ustack - Print out stack for the current task from string. EXPERIMENTAL!
* @stk: String with list of hexidecimal addresses for the current task.
*
* Perform a symbolic lookup of the addresses in the given string,