Re: [PATCH] tracing: Have HIST_TRIGGERS select TRACING

2016-07-05 Thread Steven Rostedt
On Sun, 03 Jul 2016 08:51:34 -0500 Tom Zanussi wrote: > 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. > I added: Repo

[PATCH] tracing: Have HIST_TRIGGERS select TRACING

2016-07-03 Thread Tom Zanussi
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. Signed-off-by: Tom Zanussi --- kernel/trace/Kconfig | 1 + 1 file changed, 1 inse