Scroll to navigation

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

NAME

tapset::conversions - systemtap conversions tapset

DESCRIPTION

Retrieves string from kernel memory
See function::kernel_string(3stap)
for details.
Retrieves string from kernel memory with alternative error string
See function::kernel_string(3stap)
for details.
Retrieves and quotes string from kernel memory
See function::kernel_string_quoted(3stap)
for details.
Retrieves and quotes string from kernel or user memory
See function::kernel_or_user_string_quoted(3stap)
for details.
Retrieves string of given length from kernel memory
See function::kernel_string_n(3stap)
for details.
Retrieves UTF-32 string from kernel memory
See function::kernel_string_utf32(3stap)
for details.
Retrieves UTF-32 string from kernel memory with alternative error string
See function::kernel_string_utf32(3stap)
for details.
Quote given UTF-32 kernel string.
See function::kernel_string_quoted_utf32(3stap)
for details.
Retrieves and quotes UTF-32 string from kernel or user memory
See function::kernel_or_user_string_quoted_utf32(3stap)
for details.
Retrieves UTF-16 string from kernel memory
See function::kernel_string_utf16(3stap)
for details.
Retrieves UTF-16 string from kernel memory with alternative error string
See function::kernel_string_utf16(3stap)
for details.
Quote given kernel UTF-16 string.
See function::kernel_string_quoted_utf16(3stap)
for details.
Retrieves and quotes UTF-16 string from kernel or user memory
See function::kernel_or_user_string_quoted_utf16(3stap)
for details.
Retrieves a long value stored in kernel memory
See function::kernel_long(3stap)
for details.
Retrieves an int value stored in kernel memory
See function::kernel_int(3stap)
for details.
Retrieves a short value stored in kernel memory
See function::kernel_short(3stap)
for details.
Retrieves a char value stored in kernel memory
See function::kernel_char(3stap)
for details.
Retrieves a pointer value stored in kernel memory
See function::kernel_pointer(3stap)
for details.
Retrieves and quotes buffer from kernel space
See function::kernel_buffer_quoted(3stap)
for details.
Retrieves and quotes buffer from kernel space
See function::kernel_buffer_quoted(3stap)
for details.
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_or_user_string_quoted(3stap), function::kernel_string_n(3stap), function::kernel_string_utf32(3stap), function::kernel_string_quoted_utf32(3stap), function::kernel_or_user_string_quoted_utf32(3stap), function::kernel_string_utf16(3stap), function::kernel_string_quoted_utf16(3stap), function::kernel_or_user_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 2022 SystemTap Tapset Reference