table of contents
other versions
- buster 4.0-1
- buster-backports 4.4-1~bpo10+1
- testing 4.4-2
- unstable 4.4-2
- experimental 4.5-1
TAPSET::UCONVERSIONS-GURU(3stap) | TAPSET::UCONVERSIONS-GURU(3stap) |
NAME¶
tapset::uconversions-guru - systemtap uconversions-guru tapsetDESCRIPTION¶
- set_user_string
- Writes a string to user memory
- See function::set_user_string(3stap) for details.
- set_user_string_n
- Writes a string of given length to user memory
- See function::set_user_string_n(3stap) for details.
- set_user_long
- Writes a long value to user memory
- See function::set_user_long(3stap) for details.
- set_user_int
- Writes an int value to user memory
- See function::set_user_int(3stap) for details.
- set_user_short
- Writes a short value to user memory
- See function::set_user_short(3stap) for details.
- set_user_char
- Writes a char value to user memory
- See function::set_user_char(3stap) for details.
- set_user_pointer
- Writes a pointer value to user memory.
- See function::set_user_pointer(3stap) for details.
SEE ALSO¶
function::set_user_string(3stap), function::set_user_string_n(3stap), function::set_user_long(3stap), function::set_user_int(3stap), function::set_user_short(3stap), function::set_user_char(3stap), function::set_user_pointer(3stap), stap(1), stapprobes(3stap)October 2018 | SystemTap Tapset Reference |