Go to the source code of this file.
Defines | |
#define | STP_BUF_LEN 8191 |
Functions | |
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) |
|
Definition at line 27 of file io.c. Referenced by _stp_print_buf(), and _stp_print_buf_init(). |
|
Definition at line 33 of file io.c. References STP_BUF_LEN. Referenced by _stp_print_symbol(). |
|
Definition at line 45 of file io.c. References STP_BUF_LEN. |
|
Definition at line 51 of file io.c. References _stp_print_buf(). |
|
|
|
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.
Definition at line 11 of file io.c. Referenced by _stp_list_clear(), _stp_register_jprobes(), _stp_register_kprobes(), _stp_unregister_jprobes(), and _stp_unregister_kprobes(). |