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

NAME | DESCRIPTION | SEE ALSO | COLOPHON

TAPSET::TTY(3stap)                                    TAPSET::TTY(3stap)

NAME         top

       tapset::tty - systemtap tty tapset

DESCRIPTION         top

       tty.open
              Called when a tty is opened

               See probe::tty.open(3stap)
               for details.

       tty.release
              Called when the tty is closed

               See probe::tty.release(3stap)
               for details.

       tty.resize
              Called when a terminal resize happens

               See probe::tty.resize(3stap)
               for details.

       tty.ioctl
              called when a ioctl is request to the tty

               See probe::tty.ioctl(3stap)
               for details.

       tty.init
              Called when a tty is being initalized

               See probe::tty.init(3stap)
               for details.

       tty.register
              Called when a tty device is registred

               See probe::tty.register(3stap)
               for details.

       tty.unregister
              Called when a tty device is being unregistered

               See probe::tty.unregister(3stap)
               for details.

       tty.poll
              Called when a tty device is being polled

               See probe::tty.poll(3stap)
               for details.

       tty.receive
              called when a tty receives a message

               See probe::tty.receive(3stap)
               for details.

       tty.write
              write to the tty line

               See probe::tty.write(3stap)
               for details.

       tty.read
              called when a tty line will be read

               See probe::tty.read(3stap)
               for details.

SEE ALSO         top

       probe::tty.open(3stap), probe::tty.release(3stap),
       probe::tty.resize(3stap), probe::tty.ioctl(3stap),
       probe::tty.init(3stap), probe::tty.register(3stap),
       probe::tty.unregister(3stap), probe::tty.poll(3stap),
       probe::tty.receive(3stap), probe::tty.write(3stap),
       probe::tty.read(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::TTY(3stap)

Pages that refer to this page: probe::tty.init(3stap)probe::tty.ioctl(3stap)probe::tty.open(3stap)probe::tty.poll(3stap)probe::tty.read(3stap)probe::tty.receive(3stap)probe::tty.register(3stap)probe::tty.release(3stap)probe::tty.resize(3stap)probe::tty.unregister(3stap)probe::tty.write(3stap)