Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754148AbZDMXe7 (ORCPT ); Mon, 13 Apr 2009 19:34:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751985AbZDMXer (ORCPT ); Mon, 13 Apr 2009 19:34:47 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.125]:35563 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753220AbZDMXeq (ORCPT ); Mon, 13 Apr 2009 19:34:46 -0400 Date: Mon, 13 Apr 2009 19:34:45 -0400 (EDT) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Ingo Molnar cc: Frederic Weisbecker , Zhaolei , Tom Zanussi , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] tracing, boottrace: Move include/trace/boot.h to include/linux/boottrace.h In-Reply-To: <20090413232807.GE817@elte.hu> Message-ID: References: <49E2B763.8060706@cn.fujitsu.com> <20090413142531.GC5977@nowhere> <20090413222436.GF8514@elte.hu> <20090413232807.GE817@elte.hu> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 798 Lines: 28 On Tue, 14 Apr 2009, Ingo Molnar wrote: > > The sane thing would be to put event headers into > include/trace/events/ and put more generic/utility headers into > include/trace/. > > Reserving a full subdirectory for one singular purpose is a needless > waste of a nice (and unique) name-space resource. That's fine with me too. I just want the trace points to be easily seen. But by making a sub directory, wont we need to have all users of tracepoints do something like: #include That might be fine too. -- Steve -- 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/