summaryrefslogtreecommitdiffstats
path: root/runtime/docs/html/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/docs/html/index.html')
-rw-r--r--runtime/docs/html/index.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/runtime/docs/html/index.html b/runtime/docs/html/index.html
index 3796e861..dd4edd27 100644
--- a/runtime/docs/html/index.html
+++ b/runtime/docs/html/index.html
@@ -5,7 +5,7 @@
</head><body>
<div class="qindex"><a class="qindex" href="index.html">Intro</a> | <a class="qindex" href="globals_func.html">Functions</a> | <a class="qindex" href="globals_defs.html">Defines</a> | <a class="qindex" href="globals_enum.html">Enumerations</a> | <a class="qindex" href="globals_eval.html">Enumeration Values</a></div>
-<!-- Generated by Doxygen 1.3.9.1 -->
+<!-- Generated by Doxygen 1.4.1 -->
<h1>SystemTap Runtime Library </h1>
<p>
<h3 align="center">0.1 </h3><h2><a class="anchor" name="intro_sec">
@@ -26,15 +26,16 @@ map_key_str (mymap, <span class="stringliteral">"birth year"</span>);
map_set_int64 (mymap, 2000);
</pre></div><p>
All elements have a default value of 0 (or NULL). Elements are only saved to the map when their value is set to something nonzero. This means that querying for the existance of a key is inexpensive because no element is created, just a hash table lookup.<p>
-A list is a special map which has internally ascending long integer keys. Adding a value to a list does not require setting a key first. See <a class="el" href="map_8c.html#a25">_stp_list_add_str()</a> and <a class="el" href="map_8c.html#a26">_stp_list_add_int64()</a>.<h2><a class="anchor" name="status_sec">
+A list is a special map which has internally ascending long integer keys. Adding a value to a list does not require setting a key first. See <a class="el" href="map_8c.html#a27">_stp_list_add_str()</a> and <a class="el" href="map_8c.html#a28">_stp_list_add_int64()</a>.<h2><a class="anchor" name="status_sec">
Status</a></h2>
Maps are implemented and tested. Histograms are not yet finished.<p>
Copy_From_User functions are done.<p>
-If maps overflow or memory runs out for some reason, globals are set but nothing is done yet. I expect to implement a function to tell the system to either ignore it or unload the module and quit.<p>
-Working sample probe code using the runtime is in tests/test4_probe and tests/shellprobe.<p>
-<dl compact><dt><b><a class="el" href="todo.html#_todo000004">Todo:</a></b></dt><dd>The Runtime Library is not actually a library yet. It is just a collection of functions included in the probe boilerplate. </dd></dl>
-<hr size="1"><address style="align: right;"><small>Generated on Wed Mar 9 13:21:28 2005 for SystemTap by&nbsp;
+If maps overflow or memory runs out for some reason, globals are set but nothing is done yet. I expect to implement a function to tell the system to either ignore it or unload the module and quit.<h2><a class="anchor" name="probe_sec">
+Example Probes</a></h2>
+Working sample probe code using the runtime is in runtime/probes.<h2><a class="anchor" name="todo_sec">
+ToDo</a></h2>
+<a class="el" href="todo.html">Click Here for Complete List </a> The Runtime Library is not actually a library yet. It is just a collection of functions included in the probe boilerplate. Maybe it should stay that way to allow the translator more flexibility in what is included. <hr size="1"><address style="align: right;"><small>Generated on Mon Mar 21 13:29:45 2005 for SystemTap by&nbsp;
<a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.1 </small></address>
</body>
</html>