Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 2b12d0199a2bbc4a02ef3834d926ac4a > files > 20

systemtap-client-1.8-6.el5.x86_64.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter&#160;11.&#160;TTY Tapset</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="prev" href="re198.html" title="probe::scsi.set_state"><link rel="next" href="re199.html" title="probe::tty.init"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter&#160;11.&#160;TTY Tapset</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re198.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="re199.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="tty.stp"></a>Chapter&#160;11.&#160;TTY Tapset</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re199.html"><span>probe::tty.init</span></a></span><span class="refpurpose"> - 
     Called when a tty is being initalized
 </span></dt><dt><span class="refentrytitle"><a href="re200.html"><span>probe::tty.ioctl</span></a></span><span class="refpurpose"> - 
     called when a ioctl is request to the tty
 </span></dt><dt><span class="refentrytitle"><a href="re201.html"><span>probe::tty.open</span></a></span><span class="refpurpose"> - 
  Called when a tty is opened
 </span></dt><dt><span class="refentrytitle"><a href="re202.html"><span>probe::tty.poll</span></a></span><span class="refpurpose"> - 
     Called when a tty device is being polled
 </span></dt><dt><span class="refentrytitle"><a href="re203.html"><span>probe::tty.read</span></a></span><span class="refpurpose"> - 
     called when a tty line will be read
 </span></dt><dt><span class="refentrytitle"><a href="re204.html"><span>probe::tty.receive</span></a></span><span class="refpurpose"> - 
     called when a tty receives a message
 </span></dt><dt><span class="refentrytitle"><a href="re205.html"><span>probe::tty.register</span></a></span><span class="refpurpose"> - 
     Called when a tty device is registred
 </span></dt><dt><span class="refentrytitle"><a href="re206.html"><span>probe::tty.release</span></a></span><span class="refpurpose"> - 
     Called when the tty is closed
 </span></dt><dt><span class="refentrytitle"><a href="re207.html"><span>probe::tty.resize</span></a></span><span class="refpurpose"> - 
     Called when a terminal resize happens
 </span></dt><dt><span class="refentrytitle"><a href="re208.html"><span>probe::tty.unregister</span></a></span><span class="refpurpose"> - 
     Called when a tty device is being unregistered
 </span></dt><dt><span class="refentrytitle"><a href="re209.html"><span>probe::tty.write</span></a></span><span class="refpurpose"> - 
     write to the tty line
 </span></dt></dl></div><p>
      This family of probe points is used to probe TTY (Teletype) activities.
      It contains the following probe points:
    </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re198.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="re199.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>probe::scsi.set_state</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span>probe::tty.init</span></td></tr></table></div></body></html>