]> Pileus Git - ~andy/linux/blobdiff - include/trace/ftrace.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
[~andy/linux] / include / trace / ftrace.h
index 16253db38d73274e329a20519023b342db7e7bd1..88c59c13ea7bdfd58edb7ec715fe8764288366ae 100644 (file)
                ftrace_print_symbols_seq(p, value, symbols);            \
        })
 
+#undef __print_hex
+#define __print_hex(buf, buf_len) ftrace_print_hex_seq(p, buf, buf_len)
+
 #undef DECLARE_EVENT_CLASS
 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
 static notrace enum print_line_t                                       \