Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 95299258dbdf9a86cefd89b97c0d81e5 > files > 320

systemtap-1.2-1.fc13.i686.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter&#160;9.&#160;TTY Tapset</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="prev" href="re128.html" title="probe::scsi.set_state"><link rel="next" href="re129.html" title="probe::tty.open"></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;9.&#160;TTY Tapset</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re128.html">Prev</a>&#160;</td><th width="60%" align="center">&#160;</th><td width="20%" align="right">&#160;<a accesskey="n" href="re129.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&#160;9.&#160;TTY Tapset"><div class="titlepage"><div><div><h2 class="title"><a name="tty.stp"></a>Chapter&#160;9.&#160;TTY Tapset</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re129.html"><span>probe::tty.open</span></a></span><span class="refpurpose"> &#8212; 
  Called when a tty is opened
 </span></dt><dt><span class="refentrytitle"><a href="re130.html"><span>probe::tty.release</span></a></span><span class="refpurpose"> &#8212; 
     Called when the tty is closed
 </span></dt><dt><span class="refentrytitle"><a href="re131.html"><span>probe::tty.resize</span></a></span><span class="refpurpose"> &#8212; 
     Called when a terminal resize happens
 </span></dt><dt><span class="refentrytitle"><a href="re132.html"><span>probe::tty.ioctl</span></a></span><span class="refpurpose"> &#8212; 
     called when a ioctl is request to the tty
 </span></dt><dt><span class="refentrytitle"><a href="re133.html"><span>probe::tty.init</span></a></span><span class="refpurpose"> &#8212; 
     Called when a tty is being initalized
 </span></dt><dt><span class="refentrytitle"><a href="re134.html"><span>probe::tty.register</span></a></span><span class="refpurpose"> &#8212; 
     Called when a tty device is registred
 </span></dt><dt><span class="refentrytitle"><a href="re135.html"><span>probe::tty.unregister</span></a></span><span class="refpurpose"> &#8212; 
     Called when a tty device is being unregistered
 </span></dt><dt><span class="refentrytitle"><a href="re136.html"><span>probe::tty.poll</span></a></span><span class="refpurpose"> &#8212; 
     Called when a tty device is being polled
 </span></dt><dt><span class="refentrytitle"><a href="re137.html"><span>probe::tty.receive</span></a></span><span class="refpurpose"> &#8212; 
     called when a tty receives a message
 </span></dt><dt><span class="refentrytitle"><a href="re138.html"><span>probe::tty.write</span></a></span><span class="refpurpose"> &#8212; 
     write to the tty line
 </span></dt><dt><span class="refentrytitle"><a href="re139.html"><span>probe::tty.read</span></a></span><span class="refpurpose"> &#8212; 
     called when a tty line will be read
 </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="re128.html">Prev</a>&#160;</td><td width="20%" align="center">&#160;</td><td width="40%" align="right">&#160;<a accesskey="n" href="re129.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.open</span></td></tr></table></div></body></html>