tapset::tty(3) systemtap tty tapset

DESCRIPTION

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.