Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755231AbYGDXzk (ORCPT ); Fri, 4 Jul 2008 19:55:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752553AbYGDXzL (ORCPT ); Fri, 4 Jul 2008 19:55:11 -0400 Received: from smtp.polymtl.ca ([132.207.4.11]:42502 "EHLO smtp.polymtl.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752023AbYGDXzJ (ORCPT ); Fri, 4 Jul 2008 19:55:09 -0400 Message-Id: <20080704235426.751868080@polymtl.ca> References: <20080704235207.147809973@polymtl.ca> User-Agent: quilt/0.46-1 Date: Fri, 04 Jul 2008 19:52:14 -0400 From: Mathieu Desnoyers To: akpm@linux-foundation.org, Ingo Molnar , linux-kernel@vger.kernel.org, Peter Zijlstra , "Frank Ch. Eigler" , Steven Rostedt Cc: Mathieu Desnoyers , Alexander Viro , Hideo AOKI , Takashi Nishiie , Masami Hiramatsu Subject: [RFC patch 07/12] Traceprobes Content-Disposition: inline; filename=traceprobes.patch X-Poly-FromMTA: (dijkstra.casi.polymtl.ca [132.207.72.10]) at Fri, 4 Jul 2008 23:54:27 +0000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1635 Lines: 45 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 --- 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 -- Mathieu Desnoyers Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 -- 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/