From 33776f4955fa52ae3e4dc87ab6ac484a3ebc9a71 Mon Sep 17 00:00:00 2001 From: hunt Date: Mon, 21 Mar 2005 21:47:54 +0000 Subject: *** empty log message *** --- runtime/docs/html/io_8c.html | 201 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 193 insertions(+), 8 deletions(-) (limited to 'runtime/docs/html/io_8c.html') diff --git a/runtime/docs/html/io_8c.html b/runtime/docs/html/io_8c.html index 1419497c..85784820 100644 --- a/runtime/docs/html/io_8c.html +++ b/runtime/docs/html/io_8c.html @@ -5,19 +5,204 @@
Intro | Functions | Defines | Enumerations | Enumeration Values
- +

io.c File Reference

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

Defines

#define STP_BUF_LEN   8191

Functions

void dlog (const char *fmt,...)
void dlog (const char *fmt,...)
 Logs data.
void _stp_print_buf (const char *fmt,...)
void _stp_print_buf_init (void)
void _stp_print_symbol (const char *fmt, unsigned long address)
unsigned long cur_ret_addr (struct pt_regs *regs)
+


Define Documentation

+

+ + + + +
+ + + + +
#define STP_BUF_LEN   8191
+
+ + + + +

+ +

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

+Referenced by _stp_print_buf(), and _stp_print_buf_init(). +

+   + -
 Logs data.


Function Documentation

-

- +

+

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

+ +

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

+References STP_BUF_LEN. +

+Referenced by _stp_print_symbol().

+

+ + + + +
+ + + + + + + + + +
void _stp_print_buf_init void   ) 
+
+ + + + + +
+   + + +

+ +

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

+References STP_BUF_LEN.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
void _stp_print_symbol const char *  fmt,
unsigned long  address
+
+ + + + + +
+   + + +

+ +

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

+References _stp_print_buf().

+

+ + + + +
+ + + + + + + + + +
unsigned long cur_ret_addr struct pt_regs *  regs  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file io.c.

+

+
@@ -65,11 +250,11 @@ This function is compatible with printk. In fact it currently sends all output t

Definition at line 11 of file io.c.

-Referenced by _stp_list_clear(). +Referenced by _stp_list_clear(), _stp_register_jprobes(), _stp_register_kprobes(), _stp_unregister_jprobes(), and _stp_unregister_kprobes().

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