[PATCH v2 0/1] tracing: Fix an event field filter issue

Masami Hiramatsu (Google) posted 1 patch 2 months, 3 weeks ago
There is a newer version of this series
kernel/trace/trace.h        |    1 +
kernel/trace/trace_events.c |   74 ++++++++++++++++++++++++++++++++++++++-----
2 files changed, 67 insertions(+), 8 deletions(-)
[PATCH v2 0/1] tracing: Fix an event field filter issue
Posted by Masami Hiramatsu (Google) 2 months, 3 weeks ago
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.stgit@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) <mhiramat@kernel.org>