From 655ee2825121e149a9976e562946892efb20aea1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 7 Apr 2005 21:48:47 +0000 Subject: *** empty log message *** --- runtime/docs/html/bug.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'runtime/docs/html/bug.html') diff --git a/runtime/docs/html/bug.html b/runtime/docs/html/bug.html index 4ed1d36b..e19f1b2e 100644 --- a/runtime/docs/html/bug.html +++ b/runtime/docs/html/bug.html @@ -4,7 +4,7 @@ -
Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages
+
Main Page | Modules | Directories | File List | Globals | Related Pages

Bug List

Global _stp_alloc (size_t len)
Currently uses kmalloc (GFP_ATOMIC).
@@ -16,7 +16,12 @@

-
Global dlog (const char *fmt,...)
-
Lines are limited in length by printk buffer. If there is no newline in the format string, then other syslog output could get appended to the SystemTap line.
+
Global _stp_stack_print (int verbose, int levels)
+
levels parameter is not functional
+
+

+

+
Global _stp_stack_sprint (String str, int verbose, int levels)
+
levels parameter is not functional
-- cgit