summaryrefslogtreecommitdiffstats
path: root/tapsets/API-signal-pending.html
diff options
authorlberk <lberk>2013-02-26 16:35:59 +0000
committerlberk <lberk>2013-02-26 16:35:59 +0000
commit8ad185e834416bc36429b32b44534ac5a6564b48 (patch)
tree338b60b4dcf2311d3a9302c2b89cabaea13b3bea /tapsets/API-signal-pending.html
parentadd new langref/*.html (diff)
removed man pages
Diffstat (limited to 'tapsets/API-signal-pending.html')
-rw-r--r--tapsets/API-signal-pending.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tapsets/API-signal-pending.html b/tapsets/API-signal-pending.html
index 6ff2f401..e9bbcda0 100644
--- a/tapsets/API-signal-pending.html
+++ b/tapsets/API-signal-pending.html
@@ -1,13 +1,13 @@
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>probe::signal.pending</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="signal.stp.html" title="Chapter&#160;17.&#160;Signal Tapset"><link rel="prev" href="API-signal-handle-return.html" title="probe::signal.handle.return"><link rel="next" href="API-signal-pending-return.html" title="probe::signal.pending.return"></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::signal.pending</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-signal-handle-return.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;17.&#160;Signal Tapset</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-signal-pending-return.html">Next</a></td></tr></table><hr></div><div class="refentry" title="probe::signal.pending"><a name="API-signal-pending"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::signal.pending &#8212; 1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>probe::signal.pending</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="signal.stp.html" title="Chapter&#160;17.&#160;Signal Tapset"><link rel="prev" href="API-signal-handle-return.html" title="probe::signal.handle.return"><link rel="next" href="API-signal-pending-return.html" title="probe::signal.pending.return"></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::signal.pending</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-signal-handle-return.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;17.&#160;Signal Tapset</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-signal-pending-return.html">Next</a></td></tr></table><hr></div><div class="refentry" title="probe::signal.pending"><a name="API-signal-pending"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::signal.pending &#8212;
2 Examining pending signal 2 Examining pending signal
3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">signal.pending </pre></div><div class="refsect1" title="Values"><a name="id511149"></a><h2>Values</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p> 3 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">signal.pending </pre></div><div class="refsect1" title="Values"><a name="idp10730704"></a><h2>Values</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>name</code></em></span></dt><dd><p>
4 Name of the probe point 4 Name of the probe point
5 </p></dd><dt><span class="term"><em class="parameter"><code>sigset_size</code></em></span></dt><dd><p> 5 </p></dd><dt><span class="term"><em class="parameter"><code>sigset_size</code></em></span></dt><dd><p>
6 The size of the user-space signal set 6 The size of the user-space signal set
7 </p></dd><dt><span class="term"><em class="parameter"><code>sigset_add</code></em></span></dt><dd><p> 7 </p></dd><dt><span class="term"><em class="parameter"><code>sigset_add</code></em></span></dt><dd><p>
8 The address of the user-space signal set 8 The address of the user-space signal set
9 (sigset_t) 9 (sigset_t)
10 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="id511210"></a><h2>Description</h2><p> 10 </p></dd></dl></div></div><div class="refsect1" title="Description"><a name="idp10737984"></a><h2>Description</h2><p>
11 This probe is used to examine a set of signals pending for delivery 11 This probe is used to examine a set of signals pending for delivery
12 to a specific thread. This normally occurs when the 12 to a specific thread. This normally occurs when the
13 do_sigpending kernel function is executed. 13 do_sigpending kernel function is executed.