1FUNCTION::SET_USER_C(3staSpt)ring and data writing funcFtUiNCTION::SET_USER_C(3stap)
2
3
4
6 function::set_user_char - Writes a char value to user memory
7
9 set_user_char(addr:long,val:long)
10
12 addr
13 The user address to write the char to
14
15 val
16 The char which is to be written
17
19 Writes the char value to a given user memory address. Reports an error
20 when writing to the given address fails. Requires the use of guru mode
21 (-g).
22
24 tapset::uconversions-guru(3stap)
25
26
27
28SystemTap Tapset Reference October 2018 FUNCTION::SET_USER_C(3stap)