Functions | |
void | dlog (const char *fmt,...) |
Logs Data. | |
void | _stp_print (const char *fmt,...) |
Prints to the trace buffer. | |
void | _stp_print_str (char *str) |
Prints to the trace buffer. |
|
Prints to the trace buffer. This function uses the same formatting as printk. It currently writes to the system log.
Definition at line 43 of file io.c. Referenced by _stp_symbol_print(). |
|
Prints to the trace buffer. This function will write a string to the trace buffer. It currently writes to the system log.
|
|
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 25 of file io.c. Referenced by _stp_list_clear(), _stp_register_jprobes(), _stp_register_kprobes(), _stp_unregister_jprobes(), and _stp_unregister_kprobes(). |