Hi, Here is the 2nd version of series to fix the tracing event filter because of __attribute__.
The previous version is here; https://lore.kernel.org/all/175197567999.977073.8989204607899013923.st...@mhiramat.tok.corp.google.com/ This version merges previous [1/2] and [2/2] into [1/1] patch and fix memory leak if CONFIG_TRACE_EVAL_MAP_FILE=y. This removes the __attribute__ from the event format type string, which can cause issues with parsing (detecting the string type). Thank you, --- Masami Hiramatsu (Google) (1): tracing: Remove "__attribute__()" from the type field of event format kernel/trace/trace.h | 1 + kernel/trace/trace_events.c | 74 ++++++++++++++++++++++++++++++++++++++----- 2 files changed, 67 insertions(+), 8 deletions(-) -- Masami Hiramatsu (Google) <mhira...@kernel.org>