Skip to content

Commit 02a65a0

Browse files
Piotr Maziarzrostedt
authored andcommitted
tracing: Fix __print_hex_dump scope
undef is needed for parsing __print_hex_dump in traceevent lib. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Piotr Maziarz <[email protected]> Signed-off-by: Cezary Rojewski <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent 16c0f03 commit 02a65a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/trace/trace_events.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,7 @@ static inline void ftrace_test_probe_##call(void) \
757757
#undef __get_str
758758
#undef __get_bitmask
759759
#undef __print_array
760+
#undef __print_hex_dump
760761

761762
#undef TP_printk
762763
#define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args)

0 commit comments

Comments
 (0)