]> asedeno.scripts.mit.edu Git - linux.git/commit
tracing: Add brackets in ftrace event dynamic arrays
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 9 May 2018 13:24:00 +0000 (09:24 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 29 May 2018 12:28:37 +0000 (08:28 -0400)
commitaf3dcb53bd77ce83c50e5579db148461aca179e1
tree805b96b509f9d13bf0f1d6bcacd5e800258e8f6c
parent58b9254757e026102a68cb44a0a15ba63787d0c0
tracing: Add brackets in ftrace event dynamic arrays

The dynamic arrays defined for ftrace internal events, such as the buf field
for trace_marker (ftrace/print) did not have brackets which makes the filter
code not accept it as a string. This is not currently an issues because the
filter code doesn't do anything for these events, but they will in the
future, and this needs to be fixed for when it does.

Reviewed-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_export.c