summaryrefslogtreecommitdiffstats
path: root/runtime/docs/html/group__sym.html
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/docs/html/group__sym.html')
-rw-r--r--runtime/docs/html/group__sym.html51
1 files changed, 30 insertions, 21 deletions
diff --git a/runtime/docs/html/group__sym.html b/runtime/docs/html/group__sym.html
index eafa03c2..d5b24087 100644
--- a/runtime/docs/html/group__sym.html
+++ b/runtime/docs/html/group__sym.html
@@ -4,23 +4,23 @@
<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="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
+<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>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 *&nbsp;</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="memItemLeft" nowrap align="right" valign="top">String&nbsp;</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">&nbsp;</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&nbsp;</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">&nbsp;</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&nbsp;</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">&nbsp;</td><td class="mdescRight">Print addresses symbolically to the trace buffer. <a href="#ga3"></a><br></td></tr>
+<tr><td class="mdescLeft">&nbsp;</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="ga3" doxytag="sym.c::_stp_symbol_print"></a><p>
+<a class="anchor" name="ga2" doxytag="sym.c::_stp_symbol_print"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
@@ -45,33 +45,42 @@ Symbolic Lookup Functions.
<td>
<p>
-Print addresses symbolically to the trace buffer.
+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>&nbsp;</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>
+<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#l00059">59</a> of file <a class="el" href="sym_8c-source.html">sym.c</a>.
+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="io_8c-source.html#l00043">_stp_print()</a>. </td>
+References <a class="el" href="print_8c-source.html#l00099">_stp_printf()</a>. </td>
</tr>
</table>
-<a class="anchor" name="ga2" doxytag="sym.c::_stp_symbol_sprint"></a><p>
+<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">char* _stp_symbol_sprint </td>
+ <td class="md" nowrap valign="top">String _stp_symbol_sprint </td>
<td class="md" valign="top">(&nbsp;</td>
- <td class="md" nowrap valign="top">unsigned long&nbsp;</td>
- <td class="mdname1" valign="top" nowrap> <em>address</em> </td>
- <td class="md" valign="top">&nbsp;)&nbsp;</td>
- <td class="md" nowrap></td>
+ <td class="md" nowrap valign="top">String&nbsp;</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&nbsp;</td>
+ <td class="mdname" nowrap> <em>address</em></td>
+ </tr>
+ <tr>
+ <td class="md"></td>
+ <td class="md">)&nbsp;</td>
+ <td class="md" colspan="2"></td>
</tr>
</table>
</td>
@@ -85,20 +94,20 @@ References <a class="el" href="io_8c-source.html#l00043">_stp_print()</a>. </
<td>
<p>
-Print addresses symbolically into a string.
+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>&nbsp;</td><td>String </td></tr>
<tr><td valign="top"></td><td valign="top"><em>address</em>&nbsp;</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>
+<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#l00045">45</a> of file <a class="el" href="sym_8c-source.html">sym.c</a>.
+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="scbuf_8c-source.html#l00034">_stp_sprint()</a>. </td>
+References <a class="el" href="string_8c-source.html#l00077">_stp_sprintf()</a>. </td>
</tr>
</table>
</body></html>