Scroll to navigation

TAPSET::CONVERSIONS(3stap) TAPSET::CONVERSIONS(3stap)

NAME

tapset::conversions - systemtap conversions tapset

DESCRIPTION

kernel_string
Retrieves string from kernel memory
See function::kernel_string(3stap) for details.
kernel_string
Retrieves string from kernel memory with alternative error string
See function::kernel_string(3stap) for details.
kernel_string_quoted
Retrieves and quotes string from kernel memory
See function::kernel_string_quoted(3stap) for details.
kernel_string_n
Retrieves string of given length from kernel memory
See function::kernel_string_n(3stap) for details.
kernel_string_utf32
Retrieves UTF-32 string from kernel memory
See function::kernel_string_utf32(3stap) for details.
kernel_string_utf32
Retrieves UTF-32 string from kernel memory with alternative error string
See function::kernel_string_utf32(3stap) for details.
kernel_string_quoted_utf32
Quote given UTF-32 kernel string.
See function::kernel_string_quoted_utf32(3stap) for details.
kernel_string_utf16
Retrieves UTF-16 string from kernel memory
See function::kernel_string_utf16(3stap) for details.
kernel_string_utf16
Retrieves UTF-16 string from kernel memory with alternative error string
See function::kernel_string_utf16(3stap) for details.
kernel_string_quoted_utf16
Quote given kernel UTF-16 string.
See function::kernel_string_quoted_utf16(3stap) for details.
kernel_long
Retrieves a long value stored in kernel memory
See function::kernel_long(3stap) for details.
kernel_int
Retrieves an int value stored in kernel memory
See function::kernel_int(3stap) for details.
kernel_short
Retrieves a short value stored in kernel memory
See function::kernel_short(3stap) for details.
kernel_char
Retrieves a char value stored in kernel memory
See function::kernel_char(3stap) for details.
kernel_pointer
Retrieves a pointer value stored in kernel memory
See function::kernel_pointer(3stap) for details.
kernel_buffer_quoted
Retrieves and quotes buffer from kernel space
See function::kernel_buffer_quoted(3stap) for details.
kernel_buffer_quoted
Retrieves and quotes buffer from kernel space
See function::kernel_buffer_quoted(3stap) for details.
kernel_buffer_quoted_error
Retrieves and quotes buffer from kernel space
See function::kernel_buffer_quoted_error(3stap) for details.

SEE ALSO

function::kernel_string(3stap), function::kernel_string_quoted(3stap), function::kernel_string_n(3stap), function::kernel_string_utf32(3stap), function::kernel_string_quoted_utf32(3stap), function::kernel_string_utf16(3stap), function::kernel_string_quoted_utf16(3stap), function::kernel_long(3stap), function::kernel_int(3stap), function::kernel_short(3stap), function::kernel_char(3stap), function::kernel_pointer(3stap), function::kernel_buffer_quoted(3stap), function::kernel_buffer_quoted_error(3stap), stap(1), stapprobes(3stap)
November 2020 SystemTap Tapset Reference