From 849e99602e4b0487dad23e28cb6a94bf013f40a4 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 26 May 2005 07:18:22 +0000 Subject: Remove all the generated html files. --- runtime/docs/html/group__io.html | 148 --------------------------------------- 1 file changed, 148 deletions(-) delete mode 100644 runtime/docs/html/group__io.html (limited to 'runtime/docs/html/group__io.html') diff --git a/runtime/docs/html/group__io.html b/runtime/docs/html/group__io.html deleted file mode 100644 index 76051d30..00000000 --- a/runtime/docs/html/group__io.html +++ /dev/null @@ -1,148 +0,0 @@ - - -SystemTap: I/O - - - -
Main Page | Modules | Directories | File List | Globals | Related Pages
-

I/O

I/O functions. -More... - - - - - - - - - - - - - - - -

Defines

-#define STP_LOG_BUF_LEN   2047
 private buffer for _stp_log()

Functions

void _stp_log (const char *fmt,...)
 Logs Data.
int _stp_netlink_open (void)
 Opens netlink and relayfs connections to stpd.
void _stp_netlink_close (void)
 Closes netlink and relayfs connections to stpd.
-

Detailed Description

-I/O functions. -

-


Function Documentation

-

- - - - -
- - - - - - - - - - - - - - - - - - -
void _stp_log const char *  fmt,
  ...
-
- - - - - -
-   - - -

-Logs Data. -

-This function prints to the system log if stpd has not connected yet. Otherwise it sends the message immediately to stpd.

Parameters:
- - -
fmt A variable number of args.
-
-
Note:
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.
-
Todo:
Evaluate if this function is necessary.
- -

-Definition at line 29 of file io.c. -

-References STP_LOG_BUF_LEN. -

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

-

- - - - -
- - - - - - - - - -
void _stp_netlink_close void   ) 
-
- - - - - -
-   - - -

-Closes netlink and relayfs connections to stpd. -

-This must be called after all I/O is done, probably at the end of module cleanup.

Returns:
0 on success. -1 if there is a problem establishing a connection.
- -

-Definition at line 103 of file io.c.

-

- - - - -
- - - - - - - - - -
int _stp_netlink_open void   ) 
-
- - - - - -
-   - - -

-Opens netlink and relayfs connections to stpd. -

-This must be called before any I/O is done, probably at the start of module initialization. -

-Definition at line 87 of file io.c.

- -- cgit