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 a9746a1d..01adca12 100644 --- a/stapfuncs.5.in +++ b/stapfuncs.5.in @@ -84,6 +84,16 @@ 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 STRING + +.TP +strlen:long (str:string) +Return the number of characters in str. + +.TP +substr:string (str:string,start:long,stop:long) +Return the substring starting at character start and ending at character stop. + .SS TIMESTAMP .TP |