Current Path : /proc/2470164/root/usr/share/systemtap/runtime/linux/ |
Current File : //proc/2470164/root/usr/share/systemtap/runtime/linux/autoconf-trace-printk.c |
#include <linux/kernel.h> #include <linux/string.h> int bar (void) { static char *fmt = "%s\n"; trace_printk (fmt, "hello world"); return 0; }