diff options
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 |