Sophie

Sophie

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

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>probe::ioblock.end</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="ch09.html" title="Chapter&#160;9.&#160;IO Scheduler and block IO Tapset"><link rel="prev" href="ch09.html" title="Chapter&#160;9.&#160;IO Scheduler and block IO Tapset"><link rel="next" href="re176.html" title="probe::ioblock.request"></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"><span>probe::ioblock.end</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch09.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;9.&#160;IO Scheduler and block IO Tapset</th><td width="20%" align="right">&#160;<a accesskey="n" href="re176.html">Next</a></td></tr></table><hr></div><div class="refentry" lang="en"><a name="API-ioblock-end"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::ioblock.end &#8212; 
     Fires whenever a block I/O transfer is complete.
 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">ioblock.end </pre></div><div class="refsect1" lang="en"><a name="idp6740736"></a><h2>Values</h2><p>
  None
 </p></div><div class="refsect1" lang="en"><a name="idp6741952"></a><h2>Description</h2><p>
   </p><p>

   <em class="parameter"><code>name</code></em>      - name of the probe point
   <em class="parameter"><code>devname</code></em>   - block device name
   <em class="parameter"><code>ino</code></em>       - i-node number of the mapped file
   <em class="parameter"><code>bytes_done</code></em> - number of bytes transferred
   <em class="parameter"><code>sector</code></em>    - beginning sector for the entire bio
   <em class="parameter"><code>flags</code></em>     - see below
   BIO_UPTODATE    0       ok after I/O completion
   BIO_RW_BLOCK    1       RW_AHEAD set, and read/write would block
   BIO_EOF         2       out-out-bounds error
   BIO_SEG_VALID   3       nr_hw_seg valid
   BIO_CLONED      4       doesn't own data
   BIO_BOUNCED     5       bio is a bounce bio
   BIO_USER_MAPPED 6       contains user pages
   BIO_EOPNOTSUPP  7       not supported
   <em class="parameter"><code>error</code></em>     - 0 on success
   <em class="parameter"><code>rw</code></em>        - binary trace for read/write request
   <em class="parameter"><code>vcnt</code></em>      - bio vector count which represents number of array element (page, offset, length) which makes up this I/O request
   <em class="parameter"><code>idx</code></em>       - offset into the bio vector array
   <em class="parameter"><code>phys_segments</code></em> - number of segments in this bio after physical address coalescing is performed.
   <em class="parameter"><code>hw_segments</code></em> -   number of segments after physical and DMA remapping hardware coalescing is performed
   <em class="parameter"><code>size</code></em>      - total size in bytes
</p></div><div class="refsect1" lang="en"><a name="idp6753648"></a><h2>Context</h2><p>
   The process signals the transfer is done.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch09.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="ch09.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="re176.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter&#160;9.&#160;IO Scheduler and block IO Tapset&#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::ioblock.request</span></td></tr></table></div></body></html>