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

NAME | DESCRIPTION | SEE ALSO | COLOPHON

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

NAME         top

       tapset::conversions - systemtap conversions tapset

DESCRIPTION         top

       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_or_user_string_quoted
              Retrieves and quotes string from kernel or user memory

              See function::kernel_or_user_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_or_user_string_quoted_utf32
              Retrieves and quotes UTF-32 string from kernel or user
              memory

              See function::kernel_or_user_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_or_user_string_quoted_utf16
              Retrieves and quotes UTF-16 string from kernel or user
              memory

              See function::kernel_or_user_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         top

       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)

COLOPHON         top

       This page is part of the systemtap (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 2023-12-22.  (At that
       time, the date of the most recent commit that was found in the
       repository was 2023-12-21.)  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 is not part of the original manual page), send a mail to
       man-pages@man7.org

SystemTap Tapset Reference    November 2023   TAPSET::CONVERSIONS(3stap)

Pages that refer to this page: function::kernel_buffer_quoted(3stap)function::kernel_buffer_quoted_error(3stap)function::kernel_char(3stap)function::kernel_int(3stap)function::kernel_long(3stap)function::kernel_or_user_string_quoted(3stap)function::kernel_or_user_string_quoted_utf16(3stap)function::kernel_or_user_string_quoted_utf32(3stap)function::kernel_pointer(3stap)function::kernel_short(3stap)function::kernel_string(3stap)function::kernel_string_n(3stap)function::kernel_string_quoted(3stap)function::kernel_string_quoted_utf16(3stap)function::kernel_string_quoted_utf32(3stap)function::kernel_string_utf16(3stap)function::kernel_string_utf32(3stap)