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/bug.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 runtime/docs/html/bug.html (limited to 'runtime/docs/html/bug.html') diff --git a/runtime/docs/html/bug.html b/runtime/docs/html/bug.html new file mode 100644 index 00000000..a2be5f08 --- /dev/null +++ b/runtime/docs/html/bug.html @@ -0,0 +1,27 @@ + + +SystemTap: SystemTap Runtime Library + + +
Intro | Functions | Defines | Enumerations | Enumeration Values
+ + +

Bug List

+
Global _stp_alloc (size_t len)
+
Currently uses kmalloc (GFP_ATOMIC).
+
+

+

+
Global _stp_calloc (size_t len)
+
Currently uses kmalloc (GFP_ATOMIC).
+
+

+

+
Global dlog (const char *fmt,...)
+
Lines are limited in length by printk buffer.
+
+
Generated on Wed Mar 9 13:21:28 2005 for SystemTap by  + +doxygen 1.3.9.1
+ + -- cgit