Movatterモバイル変換


[0]ホーム

URL:


man7.org > Linux >man-pages

Linux/UNIX system programming training


tapset::uconversions(3stap) — Linux manual page

NAME |DESCRIPTION |SEE ALSO |COLOPHON

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

NAME        top

       tapset::uconversions - systemtap uconversions tapset

DESCRIPTION        top

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

SEE ALSO        top

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)

COLOPHON        top

       This page is part of thesystemtap (a tracing and live-system       analysis tool) project.  Information about the project can be       found at ⟨https://sourceware.org/systemtap/⟩.  If you have a bug       report for this manual page, send it to systemtap@sourceware.org.       This page was obtained from the project's upstream Git repository       ⟨git://sourceware.org/git/systemtap.git⟩ on 2025-08-11.  (At that       time, the date of the most recent commit that was found in the       repository was 2025-07-24.)  If you discover any rendering       problems in this HTML version of the page, or you believe there is       a better or more up-to-date source for the page, or you have       corrections or improvements to the information in this COLOPHON       (which isnot part of the original manual page), send a mail to       man-pages@man7.orgSystemTap Tapset Reference      April 2025TAPSET::UCONVERSIONS(3stap)

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



HTML rendering created 2025-09-06 byMichael Kerrisk, author ofThe Linux Programming Interface.

For details of in-depthLinux/UNIX system programming training courses that I teach, lookhere.

Hosting byjambit GmbH.

Cover of TLPI


[8]ページ先頭

©2009-2025 Movatter.jp