1FUNCTION::USER_STRIN(3staSpt)ring and data retrieving fFuUnNCTION::USER_STRIN(3stap)
2
3
4
6 function::user_string2_utf16 - Retrieves UTF-16 string from user memory
7 with alternative error string
8
10 user_string2_utf16:string(addr:long,err_msg:string)
11
13 addr
14 The user address to retrieve the string from
15
16 err_msg
17 The error message to return when data isnĀ“t available
18
20 This function returns a null terminated UTF-8 string converted from the
21 UTF-16 string at a given user memory address. Reports the given error
22 message on string copy fault or conversion error.
23
25 tapset::uconversions(3stap)
26
27
28
29SystemTap Tapset Reference June 2018 FUNCTION::USER_STRIN(3stap)