Scroll to navigation

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

NAME

tapset::tty - systemtap tty tapset

DESCRIPTION

Called when a tty is opened

See probe::tty.open(3stap)
for details.
Called when the tty is closed

See probe::tty.release(3stap)
for details.
Called when a terminal resize happens

See probe::tty.resize(3stap)
for details.
called when a ioctl is request to the tty

See probe::tty.ioctl(3stap)
for details.
Called when a tty is being initalized

See probe::tty.init(3stap)
for details.
Called when a tty device is registred

See probe::tty.register(3stap)
for details.
Called when a tty device is being unregistered

See probe::tty.unregister(3stap)
for details.
Called when a tty device is being polled

See probe::tty.poll(3stap)
for details.
called when a tty receives a message

See probe::tty.receive(3stap)
for details.
write to the tty line

See probe::tty.write(3stap)
for details.
called when a tty line will be read

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

SEE ALSO

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)

November 2023 SystemTap Tapset Reference