From 204b456c7c08bc40ffe1f21575461d92a544e92b Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 9 Mar 2005 21:30:05 +0000 Subject: Initial runtime checkin. --- runtime/docs/html/todo.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 runtime/docs/html/todo.html (limited to 'runtime/docs/html/todo.html') diff --git a/runtime/docs/html/todo.html b/runtime/docs/html/todo.html new file mode 100644 index 00000000..d4f0d051 --- /dev/null +++ b/runtime/docs/html/todo.html @@ -0,0 +1,32 @@ + + +SystemTap: SystemTap Runtime Library + + +
Intro | Functions | Defines | Enumerations | Enumeration Values
+ + +

Todo List

+
page SystemTap Runtime Library
+
The Runtime Library is not actually a library yet. It is just a collection of functions included in the probe boilerplate.
+
+

+

+
Global dlog (const char *fmt,...)
+
Needs replaced with something much faster that does not use the system log.
+
+

+

+
Global _stp_map_set_stat (MAP map, stat *stats)
+
Histograms don't work yet.
+
+

+

+
Global _stp_map_stat_add (MAP map, int64_t val)
+
Histograms don't work yet.
+
+
Generated on Wed Mar 9 13:21:28 2005 for SystemTap by  + +doxygen 1.3.9.1
+ + -- cgit