Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755862AbYGGQad (ORCPT ); Mon, 7 Jul 2008 12:30:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753439AbYGGQaW (ORCPT ); Mon, 7 Jul 2008 12:30:22 -0400 Received: from mx1.redhat.com ([66.187.233.31]:41663 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753975AbYGGQaV (ORCPT ); Mon, 7 Jul 2008 12:30:21 -0400 Message-ID: <48724413.8000302@redhat.com> Date: Mon, 07 Jul 2008 12:28:03 -0400 From: Masami Hiramatsu User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Mathieu Desnoyers CC: akpm@linux-foundation.org, Ingo Molnar , linux-kernel@vger.kernel.org, Peter Zijlstra , "Frank Ch. Eigler" , Steven Rostedt , Alexander Viro , Hideo AOKI , Takashi Nishiie Subject: Re: [RFC patch 07/12] Traceprobes References: <20080704235207.147809973@polymtl.ca> <20080704235426.751868080@polymtl.ca> In-Reply-To: <20080704235426.751868080@polymtl.ca> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1803 Lines: 56 Mathieu Desnoyers wrote: > Menu option to activate tracing probes. > > Signed-off-by: Mathieu Desnoyers > CC: Alexander Viro > CC: 'Peter Zijlstra' > CC: "Frank Ch. Eigler" > CC: 'Ingo Molnar' > CC: 'Hideo AOKI' > CC: Takashi Nishiie > CC: 'Steven Rostedt' > CC: Masami Hiramatsu Thanks, this is good to me. Tested on x86-64. Acked-by: Masami Hiramatsu > --- > init/Kconfig | 9 +++++++++ > 1 file changed, 9 insertions(+) > > Index: linux-2.6-lttng/init/Kconfig > =================================================================== > --- linux-2.6-lttng.orig/init/Kconfig 2008-07-04 09:32:52.000000000 -0400 > +++ linux-2.6-lttng/init/Kconfig 2008-07-04 09:33:05.000000000 -0400 > @@ -795,6 +795,15 @@ config MARKERS > Place an empty function call at each marker site. Can be > dynamically changed for a probe function. > > +config TRACEPROBES > + tristate "Compile generic tracing probes" > + depends on MARKERS > + default y > + help > + Compile generic tracing probes, which connect to the tracepoints when > + loaded and format the information collected by the tracepoints with > + the Markers. > + > source "arch/Kconfig" > > config PROC_PAGE_MONITOR > -- Masami Hiramatsu Software Engineer Hitachi Computer Products (America) Inc. Software Solutions Division e-mail: mhiramat@redhat.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/