diff options
author | fche <fche> | 2005-09-03 17:24:49 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-03 17:24:49 +0000 |
commit | f9eba66ef3ec406f883caebed75cdeaa042f6b33 (patch) | |
tree | ee5996857ff254f209742df2ad9ed54e50b4e157 /stapfuncs.5.in | |
parent | 6a505121fc997e6f21d26f8c8656f99e58faaaab (diff) | |
download | systemtap-steved-f9eba66ef3ec406f883caebed75cdeaa042f6b33.tar.gz systemtap-steved-f9eba66ef3ec406f883caebed75cdeaa042f6b33.tar.xz systemtap-steved-f9eba66ef3ec406f883caebed75cdeaa042f6b33.zip |
2005-09-03 Frank Ch. Eigler <fche@elastic.org>
PR 1187 prime
* tapset.cxx (literal_stmt_for_local): Don't automgaically copy
target char*'s to systemtap strings.
* tapset/conversions.stp (user_string, kernel_string): New functions.
* stapfuncs.5.in: Document new functions.
Diffstat (limited to 'stapfuncs.5.in')
-rw-r--r-- | stapfuncs.5.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/stapfuncs.5.in b/stapfuncs.5.in index 597dc674..e4eedb94 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -70,6 +70,16 @@ the leading "0x". string:string (num:long) Return a decimal string representation of the given integer. +.TP +kernel_string:string (addr:long) +Copy a string from kernel space at given address. The validation of this +address is only partial at present. + +.TP +user_string:string (addr:long) +Copy a string from user space at given address. The validation of this +address is only partial at present. + .SS TIMESTAMP .TP |