diff options
Diffstat (limited to 'runtime/docs/html/group__sym.html')
-rw-r--r-- | runtime/docs/html/group__sym.html | 113 |
1 files changed, 0 insertions, 113 deletions
diff --git a/runtime/docs/html/group__sym.html b/runtime/docs/html/group__sym.html deleted file mode 100644 index d5b24087..00000000 --- a/runtime/docs/html/group__sym.html +++ /dev/null @@ -1,113 +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: Symbolic Functions</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 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 List</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div> -<h1>Symbolic Functions</h1>Symbolic Lookup Functions. -<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">String </td><td class="memItemRight" valign="bottom"><a class="el" href="group__sym.html#ga1">_stp_symbol_sprint</a> (String str, unsigned long address)</td></tr> - -<tr><td class="mdescLeft"> </td><td class="mdescRight">Write addresses symbolically into a String. <a href="#ga1"></a><br></td></tr> -<tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="group__sym.html#ga2">_stp_symbol_print</a> (unsigned long address)</td></tr> - -<tr><td class="mdescLeft"> </td><td class="mdescRight">Print addresses symbolically to the print buffer. <a href="#ga2"></a><br></td></tr> -</table> -<hr><a name="_details"></a><h2>Detailed Description</h2> -Symbolic Lookup Functions. -<p> -<hr><h2>Function Documentation</h2> -<a class="anchor" name="ga2" doxytag="sym.c::_stp_symbol_print"></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">void _stp_symbol_print </td> - <td class="md" valign="top">( </td> - <td class="md" nowrap valign="top">unsigned long </td> - <td class="mdname1" valign="top" nowrap> <em>address</em> </td> - <td class="md" valign="top"> ) </td> - <td class="md" nowrap></td> - </tr> - </table> - </td> - </tr> -</table> -<table cellspacing="5" cellpadding="0" border="0"> - <tr> - <td> - - </td> - <td> - -<p> -Print addresses symbolically to the print buffer. -<p> -<dl compact><dt><b>Parameters:</b></dt><dd> - <table border="0" cellspacing="2" cellpadding="0"> - <tr><td valign="top"></td><td valign="top"><em>address</em> </td><td>The address to lookup. </td></tr> - </table> -</dl> -<dl compact><dt><b>Note:</b></dt><dd>Symbolic lookups should not normally be done within a probe because it is too time-consuming. Use at module exit time. </dd></dl> - -<p> -Definition at line <a class="el" href="sym_8c-source.html#l00054">54</a> of file <a class="el" href="sym_8c-source.html">sym.c</a>. -<p> -References <a class="el" href="print_8c-source.html#l00099">_stp_printf()</a>. </td> - </tr> -</table> -<a class="anchor" name="ga1" doxytag="sym.c::_stp_symbol_sprint"></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">String _stp_symbol_sprint </td> - <td class="md" valign="top">( </td> - <td class="md" nowrap valign="top">String </td> - <td class="mdname" nowrap> <em>str</em>, </td> - </tr> - <tr> - <td class="md" nowrap align="right"></td> - <td class="md"></td> - <td class="md" nowrap>unsigned long </td> - <td class="mdname" nowrap> <em>address</em></td> - </tr> - <tr> - <td class="md"></td> - <td class="md">) </td> - <td class="md" colspan="2"></td> - </tr> - </table> - </td> - </tr> -</table> -<table cellspacing="5" cellpadding="0" border="0"> - <tr> - <td> - - </td> - <td> - -<p> -Write addresses symbolically into a String. -<p> -<dl compact><dt><b>Parameters:</b></dt><dd> - <table border="0" cellspacing="2" cellpadding="0"> - <tr><td valign="top"></td><td valign="top"><em>str</em> </td><td>String </td></tr> - <tr><td valign="top"></td><td valign="top"><em>address</em> </td><td>The address to lookup. </td></tr> - </table> -</dl> -<dl compact><dt><b>Note:</b></dt><dd>Symbolic lookups should not normally be done within a probe because it is too time-consuming. Use at module exit time. </dd></dl> - -<p> -Definition at line <a class="el" href="sym_8c-source.html#l00030">30</a> of file <a class="el" href="sym_8c-source.html">sym.c</a>. -<p> -References <a class="el" href="string_8c-source.html#l00077">_stp_sprintf()</a>. </td> - </tr> -</table> -</body></html> |