Chapter 9. TTY Tapset

Table of Contents

tty.open - Called when a tty is opened
tty.release - Called when the tty is closed
tty.resize - Called when a terminal resize happens
tty.ioctl - called when a ioctl is request to the tty
tty.init - Called when a tty is being initalized
tty.register - Called when a tty device is registred
tty.unregister - Called when a tty device is being unregistered
tty.poll - Called when a tty device is being polled
tty.receive - called when a tty receives a message
tty.write - write to the tty line
tty.read - called when a tty line will be read

This family of probe points is used to probe TTY (Teletype) activities. It contains the following probe points: