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

NAME | DESCRIPTION | SEE ALSO | COLOPHON

TAPSET::LOGGING(3stap)                            TAPSET::LOGGING(3stap)

NAME         top

       tapset::logging - systemtap logging tapset

DESCRIPTION         top

       log    Send a line to the common trace buffer

              See function::log(3stap)
               for details.

       warn   Send a line to the warning stream

              See function::warn(3stap)
               for details.

       exit   Start shutting down probing script.

              See function::exit(3stap)
               for details.

       abort  Immediately shutting down probing script.

              See function::abort(3stap)
               for details.

       error  Send an error message

              See function::error(3stap)
               for details.

       assert evaluate assertion

              See function::assert(3stap)
               for details.

       assert evaluate assertion

              See function::assert(3stap)
               for details.

       ftrace Send a message to the ftrace ring-buffer

              See function::ftrace(3stap)
               for details.

       printk Send a message to the kernel trace buffer

              See function::printk(3stap)
               for details.

       dump_stack
              Send the kernel backtrace to the kernel trace buffer

              See function::dump_stack(3stap)
               for details.

SEE ALSO         top

       function::log(3stap), function::warn(3stap),
       function::exit(3stap), function::abort(3stap),
       function::error(3stap), function::assert(3stap),
       function::ftrace(3stap), function::printk(3stap),
       function::dump_stack(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::LOGGING(3stap)

Pages that refer to this page: function::abort(3stap)function::assert(3stap)function::dump_stack(3stap)function::error(3stap)function::exit(3stap)function::ftrace(3stap)function::log(3stap)function::printk(3stap)function::warn(3stap)