Scroll to navigation

TAPSET::UCONVERSIONS(3stap) TAPSET::UCONVERSIONS(3stap)

NAME

tapset::uconversions - systemtap uconversions tapset

DESCRIPTION

Retrieves string from user space
See function::user_string(3stap)
for details.
Retrieves string from user space
See function::user_string_nofault(3stap)
for details.
Retrieves string from user space with alternative error string
See function::user_string(3stap)
for details.
Retrieves string from user space
See function::user_string_warn(3stap)
for details.
Retrieves string from user space with alternative warning string
See function::user_string_warn(3stap)
for details.
Retrieves and quotes string from user space
See function::user_string_quoted(3stap)
for details.
Retrieves string of given length from user space
See function::user_string_n(3stap)
for details.
Retrieves string of given length from user space
See function::user_string_n_nofault(3stap)
for details.
Retrieves string of given length from user space
See function::user_string_n(3stap)
for details.
Retrieves string from user space
See function::user_string_n_warn(3stap)
for details.
Retrieves string from user space with alternative warning string
See function::user_string_n_warn(3stap)
for details.
Retrieves and quotes string from user space
See function::user_string_n_quoted(3stap)
for details.
Retrieves and quotes string from user space
See function::user_string_n_quoted(3stap)
for details.
Retrieves UTF-32 string from user memory
See function::user_string_utf32(3stap)
for details.
Retrieves UTF-32 string from user memory with alternative error string
See function::user_string_utf32(3stap)
for details.
Quote given user UTF-32 string.
See function::user_string_quoted_utf32(3stap)
for details.
Retrieves UTF-16 string from user memory
See function::user_string_utf16(3stap)
for details.
Retrieves UTF-16 string from user memory with alternative error string
See function::user_string_utf16(3stap)
for details.
Quote given user UTF-16 string.
See function::user_string_quoted_utf16(3stap)
for details.
Retrieves a char value stored in user space
See function::user_char_error(3stap)
for details.
Retrieves a char value stored in user space
See function::user_char(3stap)
for details.
Retrieves a char value stored in user space
See function::user_char_warn(3stap)
for details.
Retrieves a short value stored in user space
See function::user_short_error(3stap)
for details.
Retrieves a short value stored in user space
See function::user_short(3stap)
for details.
Retrieves a short value stored in user space
See function::user_short_warn(3stap)
for details.
Retrieves an unsigned short value stored in user space
See function::user_ushort_error(3stap)
for details.
Retrieves an unsigned short value stored in user space
See function::user_ushort(3stap)
for details.
Retrieves an unsigned short value stored in user space
See function::user_ushort_warn(3stap)
for details.
Retrieves an int value stored in user space
See function::user_int_error(3stap)
for details.
Retrieves an int value stored in user space
See function::user_int(3stap)
for details.
Retrieves an int value stored in user space
See function::user_int_warn(3stap)
for details.
Retrieves a long value stored in user space
See function::user_long_error(3stap)
for details.
Retrieves a long value stored in user space
See function::user_long(3stap)
for details.
Retrieves a long value stored in user space
See function::user_long_warn(3stap)
for details.
Retrieves a unsigned long value stored in user space
See function::user_ulong_error(3stap)
for details.
Retrieves an unsigned long value stored in user space
See function::user_ulong(3stap)
for details.
Retrieves an unsigned long value stored in user space
See function::user_ulong_warn(3stap)
for details.
Retrieves a 8-bit integer value stored in user space
See function::user_int8_error(3stap)
for details.
Retrieves a 8-bit integer value stored in user space
See function::user_int8(3stap)
for details.
Retrieves a unsigned 8-bit integer value stored in user space
See function::user_uint8_error(3stap)
for details.
Retrieves a unsigned 8-bit integer value stored in user space
See function::user_uint8(3stap)
for details.
Retrieves a 16-bit integer value stored in user space
See function::user_int16_error(3stap)
for details.
Retrieves a 16-bit integer value stored in user space
See function::user_int16(3stap)
for details.
Retrieves an unsigned 16-bit integer value stored in user space
See function::user_uint16_error(3stap)
for details.
Retrieves an unsigned 16-bit integer value stored in user space
See function::user_uint16(3stap)
for details.
Retrieves a 32-bit integer value stored in user space
See function::user_int32_error(3stap)
for details.
Retrieves a 32-bit integer value stored in user space
See function::user_int32(3stap)
for details.
Retrieves an unsigned 32-bit integer value stored in user space
See function::user_uint32_error(3stap)
for details.
Retrieves an unsigned 32-bit integer value stored in user space
See function::user_uint32(3stap)
for details.
Retrieves a 64-bit integer value stored in user space
See function::user_int64_error(3stap)
for details.
Retrieves a 64-bit integer value stored in user space
See function::user_int64(3stap)
for details.
Retrieves an unsigned 64-bit integer value stored in user space
See function::user_uint64_error(3stap)
for details.
Retrieves an unsigned 64-bit integer value stored in user space
See function::user_uint64(3stap)
for details.
Retrieves and quotes buffer from user space
See function::user_buffer_quoted(3stap)
for details.
Retrieves and quotes buffer from user space
See function::user_buffer_quoted_error(3stap)
for details.

SEE ALSO

function::user_string(3stap), function::user_string_nofault(3stap), function::user_string(3stap), function::user_string_warn(3stap), function::user_string_quoted(3stap), function::user_string_n(3stap), function::user_string_n_nofault(3stap), function::user_string_n(3stap), function::user_string_n_warn(3stap), function::user_string_n_quoted(3stap), function::user_string_utf32(3stap), function::user_string_quoted_utf32(3stap), function::user_string_utf16(3stap), function::user_string_quoted_utf16(3stap), function::user_char_error(3stap), function::user_char(3stap), function::user_char_warn(3stap), function::user_short_error(3stap), function::user_short(3stap), function::user_short_warn(3stap), function::user_ushort_error(3stap), function::user_ushort(3stap), function::user_ushort_warn(3stap), function::user_int_error(3stap), function::user_int(3stap), function::user_int_warn(3stap), function::user_long_error(3stap), function::user_long(3stap), function::user_long_warn(3stap), function::user_ulong_error(3stap), function::user_ulong(3stap), function::user_ulong_warn(3stap), function::user_int8_error(3stap), function::user_int8(3stap), function::user_uint8_error(3stap), function::user_uint8(3stap), function::user_int16_error(3stap), function::user_int16(3stap), function::user_uint16_error(3stap), function::user_uint16(3stap), function::user_int32_error(3stap), function::user_int32(3stap), function::user_uint32_error(3stap), function::user_uint32(3stap), function::user_int64_error(3stap), function::user_int64(3stap), function::user_uint64_error(3stap), function::user_uint64(3stap), function::user_buffer_quoted(3stap), function::user_buffer_quoted_error(3stap), stap(1), stapprobes(3stap)

November 2020 SystemTap Tapset Reference