mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
tracing: Fix __print_hex_dump scope
undef is needed for parsing __print_hex_dump in traceevent lib. Link: http://lkml.kernel.org/r/1574762791-14883-1-git-send-email-piotrx.maziarz@linux.intel.com Signed-off-by: Piotr Maziarz <piotrx.maziarz@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
This commit is contained in:
parent
16c0f03f62
commit
02a65a0bfb
1 changed files with 1 additions and 0 deletions
|
@ -757,6 +757,7 @@ static inline void ftrace_test_probe_##call(void) \
|
|||
#undef __get_str
|
||||
#undef __get_bitmask
|
||||
#undef __print_array
|
||||
#undef __print_hex_dump
|
||||
|
||||
#undef TP_printk
|
||||
#define TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue