Scroll to navigation

TAPSET::UCONVERSIONS-GURU(3stap) TAPSET::UCONVERSIONS-GURU(3stap)

NAME

tapset::uconversions-guru - systemtap uconversions-guru tapset

DESCRIPTION

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_string_arg
Writes a string to user memory.
See function::set_user_string_arg(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_string_arg(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)
November 2020 SystemTap Tapset Reference