- Global _stp_alloc (size_t len)
- Currently uses kmalloc (GFP_ATOMIC).
- Global _stp_calloc (size_t len)
- Currently uses kmalloc (GFP_ATOMIC).
- Global dlog (const char *fmt,...)
- 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.