]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/trace/ftrace.h
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-beck.git] / include / trace / ftrace.h
index 2c9c073e45ad1662ee5f88dc80fe7aff757f3042..d1b3de9c1a714f7624956c01fb60bd22898d4c6a 100644 (file)
 #undef __get_str
 
 #undef TP_printk
-#define TP_printk(fmt, args...) "%s, %s\n", #fmt, __stringify(args)
+#define TP_printk(fmt, args...) "\"%s\", %s\n", fmt, __stringify(args)
 
 #undef TP_fast_assign
 #define TP_fast_assign(args...) args