From mboxrd@z Thu Jan 1 00:00:00 1970 From: randy.dunlap@oracle.com (Randy Dunlap) Date: Thu, 05 Mar 2009 15:51:41 -0800 Subject: [ltt-dev] [RFC patch 29/41] LTTng menus In-Reply-To: <20090305234700.GA17212@Krystal> References: <20090305224728.947235917@polymtl.ca> <20090305225518.148142886@polymtl.ca> <49B061DA.1010908@oracle.com> <20090305234700.GA17212@Krystal> Message-ID: <49B0658D.1090706@oracle.com> Mathieu Desnoyers wrote: > * Randy Dunlap (randy.dunlap at oracle.com) wrote: >> Mathieu Desnoyers wrote: >> >> <> >> >> >> +menuconfig LTT >> + bool "Linux Trace Toolkit Next Generation (LTTng)" >> + depends on EXPERIMENTAL >> + select MARKERS >> + select TRACEPOINTS >> + default y >> >> Not default 'y', please. >> > > OK, so default n it is. But I plan to leave the main menu "sub-features" as > default y, given that people get the standard features when they choose > to enable the tracer. Hopefully this is ok ? Sure, as long as it just enables viewing the menu and not adding code to a growing kernel. -- ~Randy