From e32551b18f4560056d2d482f5e1505b1b98fa82a Mon Sep 17 00:00:00 2001 From: hunt Date: Tue, 29 Mar 2005 18:07:58 +0000 Subject: *** empty log message *** --- runtime/docs/html/todo.html | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) (limited to 'runtime/docs/html/todo.html') diff --git a/runtime/docs/html/todo.html b/runtime/docs/html/todo.html index e3973e18..7435d106 100644 --- a/runtime/docs/html/todo.html +++ b/runtime/docs/html/todo.html @@ -4,31 +4,44 @@ -
Main Page | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
-

Todo List

+ +

Todo List

Global map_root::create
Needs to be per-cpu data for SMP support

-
File alloc.h
-
Should really be alloc.c for consistency.
+
Group alloc
+
Need error handling for memory allocations

-

-
Global dlog (const char *fmt,...)
+
+
Group alloc
+
Some of these currently use kmalloc (GFP_ATOMIC) for small allocations. This should be evaluated for performance and stability.
+
+

+

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

+

+
Global _stp_print_str (char *str)
Needs replaced with something much faster that does not use the system log.

-
Global _stp_map_set_stat (MAP map, stat *stats)
+
Global dlog (const char *fmt,...)
+
Either deprecate or redefine this as a way to log debug or status messages, separate from the normal program output.
+
+

+

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

-

-
Global _stp_map_stat_add (MAP map, int64_t val)
+
+
Global _stp_map_stat_add (MAP map, int64_t val)
Histograms don't work yet.
-
-Generated on Tue Mar 22 10:27:36 2005 for SystemTap. - + -- cgit