tracing/boot: Fix config dependency for synthedic event
authorMasami Hiramatsu <mhiramat@kernel.org>
Sat, 20 Jun 2020 03:45:54 +0000 (12:45 +0900)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Wed, 24 Jun 2020 01:51:22 +0000 (21:51 -0400)
commit6c95503c292610ff2898b4271c510c16efdcd4e1
tree248a9f913f5f43a41c8af7f5c43ae5e92a59f890
parent097350d1c6e1f5808cae142006f18a0bbc57018d
tracing/boot: Fix config dependency for synthedic event

Since commit 726721a51838 ("tracing: Move synthetic events to
a separate file") decoupled synthetic event from histogram,
boot-time tracing also has to check CONFIG_SYNTH_EVENT instead
of CONFIG_HIST_TRIGGERS.

Link: http://lkml.kernel.org/r/159262475441.185015.5300725180746017555.stgit@devnote2
Fixes: 726721a51838 ("tracing: Move synthetic events to a separate file")
Reviewed-by: Tom Zanussi <zanussi@kernel.org>
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_boot.c