1FUNCTION::USER_STRIN(3staSpt)ring and data retrieving fFuUnNCTION::USER_STRIN(3stap)
2
3
4
6 function::user_string_quoted - Retrieves and quotes string from user
7 space
8
10 user_string_quoted:string(addr:long)
11
13 addr
14 the user space address to retrieve the string from
15
17 Returns the null terminated C string from a given user space memory
18 address where any ASCII characters that are not printable are replaced
19 by the corresponding escape sequence in the returned string. Note that
20 the string will be surrounded by double quotes. On the rare cases when
21 userspace data is not accessible at the given address, the address
22 itself is returned as a string, without double quotes.
23
25 tapset::uconversions(3stap)
26
27
28
29SystemTap Tapset Reference April 2023 FUNCTION::USER_STRIN(3stap)