diff options
Diffstat (limited to 'runtime/docs/html/group__sym.html')
-rw-r--r-- | runtime/docs/html/group__sym.html | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/runtime/docs/html/group__sym.html b/runtime/docs/html/group__sym.html new file mode 100644 index 00000000..c5301602 --- /dev/null +++ b/runtime/docs/html/group__sym.html @@ -0,0 +1,104 @@ +<!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="annotated.html">Data Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</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">char * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__sym.html#ga2">_stp_symbol_sprint</a> (unsigned long address)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Print addresses symbolically into a string. <a href="#ga2"></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#ga3">_stp_symbol_print</a> (unsigned long address)</td></tr> + +<tr><td class="mdescLeft"> </td><td class="mdescRight">Print addresses symbolically to the trace buffer. <a href="#ga3"></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="ga3" 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 trace 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 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#l00059">59</a> of file <a class="el" href="sym_8c-source.html">sym.c</a>. +<p> +References <a class="el" href="io_8c-source.html#l00043">_stp_print()</a>. </td> + </tr> +</table> +<a class="anchor" name="ga2" 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">char* _stp_symbol_sprint </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 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>address</em> </td><td>The address to lookup. </td></tr> + </table> +</dl> +<dl compact><dt><b>Note:</b></dt><dd>Symbolic lookups should not be done within a probe because it is too time-consuming. Use at module exit time. <p> +Uses scbuf. </dd></dl> + +<p> +Definition at line <a class="el" href="sym_8c-source.html#l00045">45</a> of file <a class="el" href="sym_8c-source.html">sym.c</a>. +<p> +References <a class="el" href="scbuf_8c-source.html#l00032">_stp_sprint()</a>. </td> + </tr> +</table> +</body></html> |