|
@@ -297,7 +297,12 @@ TRACE_MAKE_SYSTEM_STR();
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#undef __print_hex
|
|
#undef __print_hex
|
|
-#define __print_hex(buf, buf_len) trace_print_hex_seq(p, buf, buf_len)
|
|
|
|
|
|
+#define __print_hex(buf, buf_len) \
|
|
|
|
+ trace_print_hex_seq(p, buf, buf_len, true)
|
|
|
|
+
|
|
|
|
+#undef __print_hex_str
|
|
|
|
+#define __print_hex_str(buf, buf_len) \
|
|
|
|
+ trace_print_hex_seq(p, buf, buf_len, false)
|
|
|
|
|
|
#undef __print_array
|
|
#undef __print_array
|
|
#define __print_array(array, count, el_size) \
|
|
#define __print_array(array, count, el_size) \
|
|
@@ -711,6 +716,7 @@ static inline void ftrace_test_probe_##call(void) \
|
|
#undef __print_flags
|
|
#undef __print_flags
|
|
#undef __print_symbolic
|
|
#undef __print_symbolic
|
|
#undef __print_hex
|
|
#undef __print_hex
|
|
|
|
+#undef __print_hex_str
|
|
#undef __get_dynamic_array
|
|
#undef __get_dynamic_array
|
|
#undef __get_dynamic_array_len
|
|
#undef __get_dynamic_array_len
|
|
#undef __get_str
|
|
#undef __get_str
|