Peter Zijlstra <[email protected]> writes: > On Tue, Jul 07, 2015 at 06:10:40PM +0800, Chunyan Zhang wrote: >> +config STM_TRACE_EVENT >> + tristate "Redirect/copy the output from kernel trace event to STM >> engine" > > How does tristate make sense here? You're using it unconditionally for > in-kernel tracepoints. This must be bool, which in turn makes the whole > STM thing bool afaiu.
That would make the whole STM thing a bool. I'd rather we used stm output *conditionally* by somehow plugging into tracepoint output, say with a jump label or something. Haven't had time to think about it yet. Regards, -- Alex -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

