]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tracing: Have HIST_TRIGGERS select TRACING
authorTom Zanussi <tom.zanussi@linux.intel.com>
Sun, 3 Jul 2016 13:51:34 +0000 (08:51 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 5 Jul 2016 19:49:01 +0000 (15:49 -0400)
commit7ad8fb61c4abf589596f0a4da34d987471481569
tree902b62e66d92794e67a01605aa57a86c21baae08
parent67f20b084574def586ecba68508acd5d054ccc88
tracing: Have HIST_TRIGGERS select TRACING

The kbuild test robot reported a compile error if HIST_TRIGGERS was
enabled but nothing else that selected TRACING was configured in.

HIST_TRIGGERS should directly select it and not rely on anything else
to do it.

Link: http://lkml.kernel.org/r/57791866.8080505@linux.intel.com
Reported-by: kbuild test robot <fennguang.wu@intel.com>
Fixes: 7ef224d1d0e3a ("tracing: Add 'hist' event trigger command")
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/Kconfig