diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2021-08-10 04:07:14 +0200 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2021-08-16 17:37:20 +0200 |
commit | 6fe7c745f2acb73e4cc961d7f91125eef5a8861f (patch) | |
tree | 2d74fa493e930855cd33902cca674dd6df8fb976 /kernel/trace/trace_events_hist.c | |
parent | tracing: Apply trace filters on all output channels (diff) | |
download | linux-6fe7c745f2acb73e4cc961d7f91125eef5a8861f.tar.xz linux-6fe7c745f2acb73e4cc961d7f91125eef5a8861f.zip |
tracing/boot: Fix a hist trigger dependency for boot time tracing
Fixes a build error when CONFIG_HIST_TRIGGERS=n with boot-time
tracing. Since the trigger_process_regex() is defined only
when CONFIG_HIST_TRIGGERS=y, if it is disabled, the 'actions'
event option also must be disabled.
Link: https://lkml.kernel.org/r/162856123376.203126.582144262622247352.stgit@devnote2
Fixes: 81a59555ff15 ("tracing/boot: Add per-event settings")
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/trace_events_hist.c')
0 files changed, 0 insertions, 0 deletions