Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751073Ab0FVETI (ORCPT ); Tue, 22 Jun 2010 00:19:08 -0400 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:53012 "EHLO e28smtp06.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750736Ab0FVETF (ORCPT ); Tue, 22 Jun 2010 00:19:05 -0400 Date: Tue, 22 Jun 2010 09:45:29 +0530 From: Srikar Dronamraju To: Steven Rostedt Cc: Peter Zijlstra , Ingo Molnar , Masami Hiramatsu , Mel Gorman , Randy Dunlap , Arnaldo Carvalho de Melo , Roland McGrath , "H. Peter Anvin" , Christoph Hellwig , Ananth N Mavinakayanahalli , Oleg Nesterov , Mark Wielaard , Mathieu Desnoyers , Andrew Morton , Linus Torvalds , Frederic Weisbecker , Jim Keniston , "Rafael J. Wysocki" , "Frank Ch. Eigler" , LKML , "Paul E. McKenney" Subject: Re: [PATCH v5 11/14] trace: uprobes trace_event interface Message-ID: <20100622041529.GA25989@linux.vnet.ibm.com> Reply-To: Srikar Dronamraju References: <20100614082748.29068.21995.sendpatchset@localhost6.localdomain6> <20100614083008.29068.56731.sendpatchset@localhost6.localdomain6> <1277130156.9181.11.camel@gandalf.stny.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1277130156.9181.11.camel@gandalf.stny.rr.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 933 Lines: 28 > > > +config UPROBE_EVENT > > + depends on UPROBES > > + bool "Enable uprobes-based dynamic events" > > + select TRACING > > + default y > > Why is this default y? As you see UPROBE_EVENT is gated on UPROBES. I think if UPROBES is enabled, then UPROBE_EVENT should be enabled. Esp with Christoph suggesting for module support to be removed, I think it becomes all the more reason for UPROBE_EVENT to be enabled by default. Otherwise there is no point in having uprobes code and having no enabled users. I was even looking at "select UPROBE_EVENT" on enabling UPROBES. Do you have any specific reason why UPROBE_EVENT should not be enabled by default? -- Thanks and Regards Srikar -- 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/