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