Re: [PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-19 Thread Mathieu Desnoyers
* Robert P. J. Day ([EMAIL PROTECTED]) wrote: > On Wed, 19 Sep 2007, Mathieu Desnoyers wrote: > > > * [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > > > Ahh, LTT. *that* I recognize. Yeah, I count that as *one flavor* > > > of instrumentation. :) > > mathieu clarified this in a previous email

Re: [PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-19 Thread Robert P. J. Day
On Wed, 19 Sep 2007, Mathieu Desnoyers wrote: > * [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > Ahh, LTT. *that* I recognize. Yeah, I count that as *one flavor* > > of instrumentation. :) mathieu clarified this in a previous email to me, but is LTT not entirely superseded by LTT-ng? just cu

Re: [PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-19 Thread Mathieu Desnoyers
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > On Tue, 18 Sep 2007 21:06:28 EDT, Mathieu Desnoyers said: > > > * [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > > OK, I'll bite - given the mention of 'debugging' there, do we want to go > > > for > > > broke and *also* suck in the 'Kernel Hack

Re: [PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-18 Thread Valdis . Kletnieks
On Tue, 18 Sep 2007 21:06:28 EDT, Mathieu Desnoyers said: > * [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > > OK, I'll bite - given the mention of 'debugging' there, do we want to go for > > broke and *also* suck in the 'Kernel Hacking' menu as well? > > Instrumentation primarity aims at debugg

Re: [PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-18 Thread Mathieu Desnoyers
* [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > On Tue, 18 Sep 2007 17:12:59 EDT, Mathieu Desnoyers said: > > > +++ linux-2.6-lttng/kernel/Kconfig.instrumentation 2007-09-18 13:18:17.000 > 00 -0400 > > @@ -0,0 +1,40 @@ > > +menuconfig INSTRUMENTATION > > + bool "Instrumentation Support" >

Re: [PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-18 Thread Valdis . Kletnieks
On Tue, 18 Sep 2007 17:12:59 EDT, Mathieu Desnoyers said: > +++ linux-2.6-lttng/kernel/Kconfig.instrumentation2007-09-18 13:18:17.000 00 -0400 > @@ -0,0 +1,40 @@ > +menuconfig INSTRUMENTATION > + bool "Instrumentation Support" > + default y > + ---help--- > + Say Y here t

[PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-18 Thread Mathieu Desnoyers
Combine instrumentation menus in kernel/Kconfig.instrumentation Quoting Randy: "It seems sad that this patch sources Kconfig.marker, a 7-line file, 20-something times. Yes, you (we) don't want to put those 7 lines into 20-something different files, so sourcing is the right thing. However, what

Re: [PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-18 Thread Randy Dunlap
On Mon, 17 Sep 2007 14:45:52 -0400 Mathieu Desnoyers wrote: > Combine instrumentation menus in kernel/Kconfig.instrumentation Thanks, looks very good. > Quoting Randy: > > "It seems sad that this patch sources Kconfig.marker, a 7-line file, > 20-something times. Yes, you (we) don't want to put

[PATCH] Combine instrumentation menus in kernel/Kconfig.instrumentation

2007-09-17 Thread Mathieu Desnoyers
Combine instrumentation menus in kernel/Kconfig.instrumentation Quoting Randy: "It seems sad that this patch sources Kconfig.marker, a 7-line file, 20-something times. Yes, you (we) don't want to put those 7 lines into 20-something different files, so sourcing is the right thing. However, what