]> git.baikalelectronics.ru Git - kernel.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)
commit08aa11a642f85e24f4821d9f506ca90027ae84d9
tree805b96b509f9d13bf0f1d6bcacd5e800258e8f6c
parent69283c0635542e9b66bd0df01ecb226848899b17
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