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

NAME | DESCRIPTION | SEE ALSO | COLOPHON

TAPSET::STAP_STATICMARKERS(3stap)      TAPSET::STAP_STATICMARKERS(3stap)

NAME         top

       tapset::stap_staticmarkers - systemtap stap_staticmarkers tapset

DESCRIPTION         top

       stap.pass0
              Starting stap pass0 (parsing command line arguments)

               See probe::stap.pass0(3stap)
               for details.

       stap.pass0.end
              Finished stap pass0 (parsing command line arguments)

               See probe::stap.pass0.end(3stap)
               for details.

       stap.pass1a
              Starting stap pass1 (parsing user script)

               See probe::stap.pass1a(3stap)
               for details.

       stap.pass1b
              Starting stap pass1 (parsing library scripts)

               See probe::stap.pass1b(3stap)
               for details.

       stap.pass1.end
              Finished stap pass1 (parsing scripts)

               See probe::stap.pass1.end(3stap)
               for details.

       stap.pass2
              Starting stap pass2 (elaboration)

               See probe::stap.pass2(3stap)
               for details.

       stap.pass2.end
              Finished stap pass2 (elaboration)

               See probe::stap.pass2.end(3stap)
               for details.

       stap.pass3
              Starting stap pass3 (translation to C)

               See probe::stap.pass3(3stap)
               for details.

       stap.pass3.end
              Finished stap pass3 (translation to C)

               See probe::stap.pass3.end(3stap)
               for details.

       stap.pass4
              Starting stap pass4 (compile C code into kernel module)

               See probe::stap.pass4(3stap)
               for details.

       stap.pass4.end
              Finished stap pass4 (compile C code into kernel module)

               See probe::stap.pass4.end(3stap)
               for details.

       stap.pass5
              Starting stap pass5 (running the instrumentation)

               See probe::stap.pass5(3stap)
               for details.

       stap.pass5.end
              Finished stap pass5 (running the instrumentation)

               See probe::stap.pass5.end(3stap)
               for details.

       stap.pass6
              Starting stap pass6 (cleanup)

               See probe::stap.pass6(3stap)
               for details.

       stap.pass6.end
              Finished stap pass6 (cleanup)

               See probe::stap.pass6.end(3stap)
               for details.

       stap.cache_clean
              Removing file from stap cache

               See probe::stap.cache_clean(3stap)
               for details.

       stap.cache_add_mod
              Adding kernel instrumentation module to cache

               See probe::stap.cache_add_mod(3stap)
               for details.

       stap.cache_add_src
              Adding C code translation to cache

               See probe::stap.cache_add_src(3stap)
               for details.

       stap.cache_add_nss
              Add NSS (Network Security Services) information to cache

               See probe::stap.cache_add_nss(3stap)
               for details.

       stap.cache_get
              Found item in stap cache

               See probe::stap.cache_get(3stap)
               for details.

       stap.system
              Starting a command from stap

               See probe::stap.system(3stap)
               for details.

       stap.system.spawn
              stap spawned new process

               See probe::stap.system.spawn(3stap)
               for details.

       stap.system.return
              Finished a command from stap

               See probe::stap.system.return(3stap)
               for details.

       staprun.insert_module
              Inserting SystemTap instrumentation module

               See probe::staprun.insert_module(3stap)
               for details.

       staprun.remove_module
              Removing SystemTap instrumentation module

               See probe::staprun.remove_module(3stap)
               for details.

       staprun.send_control_message
              Sending a control message

               See probe::staprun.send_control_message(3stap)
               for details.

       stapio.receive_control_message
              Received a control message

               See probe::stapio.receive_control_message(3stap)
               for details.

SEE ALSO         top

       probe::stap.pass0(3stap), probe::stap.pass0.end(3stap),
       probe::stap.pass1a(3stap), probe::stap.pass1b(3stap),
       probe::stap.pass1.end(3stap), probe::stap.pass2(3stap),
       probe::stap.pass2.end(3stap), probe::stap.pass3(3stap),
       probe::stap.pass3.end(3stap), probe::stap.pass4(3stap),
       probe::stap.pass4.end(3stap), probe::stap.pass5(3stap),
       probe::stap.pass5.end(3stap), probe::stap.pass6(3stap),
       probe::stap.pass6.end(3stap), probe::stap.cache_clean(3stap),
       probe::stap.cache_add_mod(3stap),
       probe::stap.cache_add_src(3stap),
       probe::stap.cache_add_nss(3stap), probe::stap.cache_get(3stap),
       probe::stap.system(3stap), probe::stap.system.spawn(3stap),
       probe::stap.system.return(3stap),
       probe::staprun.insert_module(3stap),
       probe::staprun.remove_module(3stap),
       probe::staprun.send_control_message(3stap),
       probe::stapio.receive_control_message(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 2T0A2P3SET::STAP_STATICMARKERS(3stap)

Pages that refer to this page: probe::stap.cache_add_mod(3stap)probe::stap.cache_add_nss(3stap)probe::stap.cache_add_src(3stap)probe::stap.cache_clean(3stap)probe::stap.cache_get(3stap)probe::stapio.receive_control_message(3stap)probe::stap.pass0(3stap)probe::stap.pass0.end(3stap)probe::stap.pass1a(3stap)probe::stap.pass1b(3stap)probe::stap.pass1.end(3stap)probe::stap.pass2(3stap)probe::stap.pass2.end(3stap)probe::stap.pass3(3stap)probe::stap.pass3.end(3stap)probe::stap.pass4(3stap)probe::stap.pass4.end(3stap)probe::stap.pass5(3stap)probe::stap.pass5.end(3stap)probe::stap.pass6(3stap)probe::stap.pass6.end(3stap)probe::staprun.insert_module(3stap)probe::staprun.remove_module(3stap)probe::staprun.send_control_message(3stap)probe::stap.system(3stap)probe::stap.system.return(3stap)probe::stap.system.spawn(3stap)