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

io.c File Reference

+

+Go to the source code of this file. + + + + + +

Functions

void dlog (const char *fmt,...)
 Logs data.
+


Function Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
void dlog const char *  fmt,
  ...
+
+ + + + + +
+   + + +

+Logs data. +

+This function is compatible with printk. In fact it currently sends all output to vprintk, after sending "STP: ". This allows us to easily detect SystemTap output in the log file.

+

Parameters:
+ + +
fmt A variable number of args.
+
+
Bug:
Lines are limited in length by printk buffer.
+

+

Todo:
Needs replaced with something much faster that does not use the system log.
+ +

+Definition at line 11 of file io.c. +

+Referenced by _stp_list_clear().

+


Generated on Wed Mar 9 13:21:28 2005 for SystemTap by  + +doxygen 1.3.9.1
+ + -- cgit