1FUNCTION::SET_USER_S(3staSpt)ring and data writing funcFtUiNCTION::SET_USER_S(3stap)
2
3
4
6 function::set_user_string_n - Writes a string of given length to user
7 memory
8
10 set_user_string_n(addr:long,n:long,val:string)
11
13 addr
14 The user address to write the string to
15
16 n
17 The maximum length of the string
18
19 val
20 The string which is to be written
21
23 Writes the given string up to a maximum given length to a given user
24 memory address. Reports an error on string copy fault. Requires the use
25 of guru mode (-g).
26
28 tapset::uconversions-guru(3stap)
29
30
31
32SystemTap Tapset Reference October 2018 FUNCTION::SET_USER_S(3stap)