tapset::context-symbols(3stap) — Linux manual page

NAME | DESCRIPTION | SEE ALSO | COLOPHON

TAPSET::CONTEXT-SYMBOLS(3stap)            TAPSET::CONTEXT-SYMBOLS(3stap)

NAME         top

       tapset::context-symbols - systemtap context-symbols tapset

DESCRIPTION         top

        Context functions provide additional information about where an
       event occurred. These functions can provide information such as a
       backtrace to where the event occurred and the current register
       values for the processor.

       stack  Return address at given depth of kernel stack backtrace

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

       print_stack
              Print out kernel stack from string

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

       sprint_stack
              Return stack for kernel addresses from string

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

       probefunc
              Return the probe point's function name, if known

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

       probemod
              Return the probe point's kernel module name

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

       modname
              Return the kernel module name loaded at the address

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

       symname
              Return the kernel symbol associated with the given address

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

       symdata
              Return the kernel symbol and module offset for the address

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

       print_syms
              Print out kernel stack from string

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

       sprint_syms
              Return stack for kernel addresses from string

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

       symfileline
              Return the file name and line number of an address.

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

       usymfile
              Return the file name of a given address.

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

       usymline
              Return the line number of an address.

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

SEE ALSO         top

       function::stack(3stap), function::print_stack(3stap),
       function::sprint_stack(3stap), function::probefunc(3stap),
       function::probemod(3stap), function::modname(3stap),
       function::symname(3stap), function::symdata(3stap),
       function::print_syms(3stap), function::sprint_syms(3stap),
       function::symfileline(3stap), function::usymfile(3stap),
       function::usymline(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 2023TAPSET::CONTEXT-SYMBOLS(3stap)

Pages that refer to this page: function::modname(3stap)function::print_stack(3stap)function::print_syms(3stap)function::probefunc(3stap)function::probemod(3stap)function::sprint_stack(3stap)function::sprint_syms(3stap)function::stack(3stap)function::symdata(3stap)function::symfileline(3stap)function::symname(3stap)function::usymfile(3stap)function::usymline(3stap)