summaryrefslogtreecommitdiffstats
path: root/runtime/docs/html/group__current.html
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/docs/html/group__current.html')
-rw-r--r--runtime/docs/html/group__current.html59
1 files changed, 0 insertions, 59 deletions
diff --git a/runtime/docs/html/group__current.html b/runtime/docs/html/group__current.html
deleted file mode 100644
index 03008852..00000000
--- a/runtime/docs/html/group__current.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
-<title>SystemTap: Current State</title>
-<link href="doxygen.css" rel="stylesheet" type="text/css">
-</head><body>
-<!-- Generated by Doxygen 1.4.1 -->
-<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
-<h1>Current State</h1>Functions to get the current state.
-<a href="#_details">More...</a><table border="0" cellpadding="0" cellspacing="0">
-<tr><td></td></tr>
-<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned long&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__current.html#ga0">_stp_ret_addr</a> (struct pt_regs *regs)</td></tr>
-
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get the current return address. <a href="#ga0"></a><br></td></tr>
-</table>
-<hr><a name="_details"></a><h2>Detailed Description</h2>
-Functions to get the current state.
-<p>
-<hr><h2>Function Documentation</h2>
-<a class="anchor" name="ga0" doxytag="current.c::_stp_ret_addr"></a><p>
-<table class="mdTable" cellpadding="2" cellspacing="0">
- <tr>
- <td class="mdRow">
- <table cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td class="md" nowrap valign="top">unsigned long _stp_ret_addr </td>
- <td class="md" valign="top">(&nbsp;</td>
- <td class="md" nowrap valign="top">struct pt_regs *&nbsp;</td>
- <td class="mdname1" valign="top" nowrap> <em>regs</em> </td>
- <td class="md" valign="top">&nbsp;)&nbsp;</td>
- <td class="md" nowrap></td>
- </tr>
- </table>
- </td>
- </tr>
-</table>
-<table cellspacing="5" cellpadding="0" border="0">
- <tr>
- <td>
- &nbsp;
- </td>
- <td>
-
-<p>
-Get the current return address.
-<p>
-Call from kprobes (not jprobes). <dl compact><dt><b>Parameters:</b></dt><dd>
- <table border="0" cellspacing="2" cellpadding="0">
- <tr><td valign="top"></td><td valign="top"><em>regs</em>&nbsp;</td><td>The pt_regs saved by the kprobe. </td></tr>
- </table>
-</dl>
-<dl compact><dt><b>Returns:</b></dt><dd>The return address saved in esp or rsp. </dd></dl>
-<dl compact><dt><b>Note:</b></dt><dd>i386 and x86_64 only so far. </dd></dl>
-
-<p>
-Definition at line <a class="el" href="current_8c-source.html#l00021">21</a> of file <a class="el" href="current_8c-source.html">current.c</a>. </td>
- </tr>
-</table>
-</body></html>