diff options
Diffstat (limited to 'doc/SystemTap_Tapset_Reference')
-rw-r--r-- | doc/SystemTap_Tapset_Reference/tapsets.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/SystemTap_Tapset_Reference/tapsets.tmpl b/doc/SystemTap_Tapset_Reference/tapsets.tmpl index 21577eb1..c73defef 100644 --- a/doc/SystemTap_Tapset_Reference/tapsets.tmpl +++ b/doc/SystemTap_Tapset_Reference/tapsets.tmpl @@ -242,4 +242,13 @@ </para> !Itapset/random.stp </chapter> + <chapter id="conversions.stp"> + <title>String and data retrieving functions Tapset</title> + <para> + Functions to retrieve strings and other primitive types from + the kernel or a user space programs based on addresses. All + strings are of a maximum length given by MAXSTRINGLEN. + </para> +!Itapset/conversions.stp + </chapter> </book> |