|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/share/doc/systemtap-client-1.8/ |
Upload File : |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 17. Signal 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="re356.html" title="probe::kprocess.start"><link rel="next" href="re357.html" title="function::get_sa_flags"></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 17. Signal Tapset</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re356.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="re357.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="signal.stp"></a>Chapter 17. Signal Tapset</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re357.html"><span>function::get_sa_flags</span></a></span><span class="refpurpose"> -
Returns the numeric value of sa_flags
</span></dt><dt><span class="refentrytitle"><a href="re358.html"><span>function::get_sa_handler</span></a></span><span class="refpurpose"> -
Returns the numeric value of sa_handler
</span></dt><dt><span class="refentrytitle"><a href="re359.html"><span>function::is_sig_blocked</span></a></span><span class="refpurpose"> -
Returns 1 if the signal is currently blocked, or 0 if it is not
</span></dt><dt><span class="refentrytitle"><a href="re360.html"><span>function::sa_flags_str</span></a></span><span class="refpurpose"> -
Returns the string representation of sa_flags
</span></dt><dt><span class="refentrytitle"><a href="re361.html"><span>function::sa_handler_str</span></a></span><span class="refpurpose"> -
Returns the string representation of an sa_handler
</span></dt><dt><span class="refentrytitle"><a href="re362.html"><span>function::signal_str</span></a></span><span class="refpurpose"> -
Returns the string representation of a signal number
</span></dt><dt><span class="refentrytitle"><a href="re363.html"><span>function::sigset_mask_str</span></a></span><span class="refpurpose"> -
Returns the string representation of a sigset
</span></dt><dt><span class="refentrytitle"><a href="re364.html"><span>probe::signal.check_ignored</span></a></span><span class="refpurpose"> -
Checking to see signal is ignored
</span></dt><dt><span class="refentrytitle"><a href="re365.html"><span>probe::signal.check_ignored.return</span></a></span><span class="refpurpose"> -
Check to see signal is ignored completed
</span></dt><dt><span class="refentrytitle"><a href="re366.html"><span>probe::signal.checkperm</span></a></span><span class="refpurpose"> -
Check being performed on a sent signal
</span></dt><dt><span class="refentrytitle"><a href="re367.html"><span>probe::signal.checkperm.return</span></a></span><span class="refpurpose"> -
Check performed on a sent signal completed
</span></dt><dt><span class="refentrytitle"><a href="re368.html"><span>probe::signal.do_action</span></a></span><span class="refpurpose"> -
Examining or changing a signal action
</span></dt><dt><span class="refentrytitle"><a href="re369.html"><span>probe::signal.do_action.return</span></a></span><span class="refpurpose"> -
Examining or changing a signal action completed
</span></dt><dt><span class="refentrytitle"><a href="re370.html"><span>probe::signal.flush</span></a></span><span class="refpurpose"> -
Flushing all pending signals for a task
</span></dt><dt><span class="refentrytitle"><a href="re371.html"><span>probe::signal.force_segv</span></a></span><span class="refpurpose"> -
Forcing send of SIGSEGV
</span></dt><dt><span class="refentrytitle"><a href="re372.html"><span>probe::signal.force_segv.return</span></a></span><span class="refpurpose"> -
Forcing send of SIGSEGV complete
</span></dt><dt><span class="refentrytitle"><a href="re373.html"><span>probe::signal.handle</span></a></span><span class="refpurpose"> -
Signal handler being invoked
</span></dt><dt><span class="refentrytitle"><a href="re374.html"><span>probe::signal.handle.return</span></a></span><span class="refpurpose"> -
Signal handler invocation completed
</span></dt><dt><span class="refentrytitle"><a href="re375.html"><span>probe::signal.pending</span></a></span><span class="refpurpose"> -
Examining pending signal
</span></dt><dt><span class="refentrytitle"><a href="re376.html"><span>probe::signal.pending.return</span></a></span><span class="refpurpose"> -
Examination of pending signal completed
</span></dt><dt><span class="refentrytitle"><a href="re377.html"><span>probe::signal.procmask</span></a></span><span class="refpurpose"> -
Examining or changing blocked signals
</span></dt><dt><span class="refentrytitle"><a href="re378.html"><span>probe::signal.procmask.return</span></a></span><span class="refpurpose"> -
Examining or changing blocked signals completed
</span></dt><dt><span class="refentrytitle"><a href="re379.html"><span>probe::signal.send</span></a></span><span class="refpurpose"> -
Signal being sent to a process
</span></dt><dt><span class="refentrytitle"><a href="re380.html"><span>probe::signal.send.return</span></a></span><span class="refpurpose"> -
Signal being sent to a process completed
</span></dt><dt><span class="refentrytitle"><a href="re381.html"><span>probe::signal.send_sig_queue</span></a></span><span class="refpurpose"> -
Queuing a signal to a process
</span></dt><dt><span class="refentrytitle"><a href="re382.html"><span>probe::signal.send_sig_queue.return</span></a></span><span class="refpurpose"> -
Queuing a signal to a process completed
</span></dt><dt><span class="refentrytitle"><a href="re383.html"><span>probe::signal.sys_tgkill</span></a></span><span class="refpurpose"> -
Sending kill signal to a thread group
</span></dt><dt><span class="refentrytitle"><a href="re384.html"><span>probe::signal.sys_tgkill.return</span></a></span><span class="refpurpose"> -
Sending kill signal to a thread group completed
</span></dt><dt><span class="refentrytitle"><a href="re385.html"><span>probe::signal.sys_tkill</span></a></span><span class="refpurpose"> -
Sending a kill signal to a thread
</span></dt><dt><span class="refentrytitle"><a href="re386.html"><span>probe::signal.syskill</span></a></span><span class="refpurpose"> -
Sending kill signal to a process
</span></dt><dt><span class="refentrytitle"><a href="re387.html"><span>probe::signal.syskill.return</span></a></span><span class="refpurpose"> -
Sending kill signal completed
</span></dt><dt><span class="refentrytitle"><a href="re388.html"><span>probe::signal.systkill.return</span></a></span><span class="refpurpose"> -
Sending kill signal to a thread completed
</span></dt><dt><span class="refentrytitle"><a href="re389.html"><span>probe::signal.wakeup</span></a></span><span class="refpurpose"> -
Sleeping process being wakened for signal
</span></dt></dl></div><p>
This family of probe points is used to probe signal 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="re356.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="re357.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>probe::kprocess.start</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>function::get_sa_flags</span></td></tr></table></div></body></html>