tapset::conversions-guru.3stap - Man Page
systemtap conversions-guru tapset
Description
- set_kernel_string
Writes a string to kernel memory
See function::set_kernel_string(3stap)
for details.- set_kernel_string_n
Writes a string of given length to kernel memory
See function::set_kernel_string_n(3stap)
for details.- set_kernel_long
Writes a long value to kernel memory
See function::set_kernel_long(3stap)
for details.- set_kernel_int
Writes an int value to kernel memory
See function::set_kernel_int(3stap)
for details.- set_kernel_short
Writes a short value to kernel memory
See function::set_kernel_short(3stap)
for details.- set_kernel_char
Writes a char value to kernel memory
See function::set_kernel_char(3stap)
for details.- set_kernel_pointer
Writes a pointer value to kernel memory.
See function::set_kernel_pointer(3stap)
for details.
See Also
function::set_kernel_string(3stap), function::set_kernel_string_n(3stap), function::set_kernel_long(3stap), function::set_kernel_int(3stap), function::set_kernel_short(3stap), function::set_kernel_char(3stap), function::set_kernel_pointer(3stap), stap(1), stapprobes(3stap)