Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759444AbZDNSfU (ORCPT ); Tue, 14 Apr 2009 14:35:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759139AbZDNSdR (ORCPT ); Tue, 14 Apr 2009 14:33:17 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:60429 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759178AbZDNSdQ (ORCPT ); Tue, 14 Apr 2009 14:33:16 -0400 Date: Tue, 14 Apr 2009 14:33:12 -0400 (EDT) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Ingo Molnar cc: linux-kernel@vger.kernel.org, Andrew Morton , Thomas Gleixner , Peter Zijlstra , Frederic Weisbecker , Theodore Tso , Arjan van de Ven , Christoph Hellwig , Mathieu Desnoyers , Jeremy Fitzhardinge , Lai Jiangshan , Zhaolei , Li Zefan , KOSAKI Motohiro , Masami Hiramatsu , "Frank Ch. Eigler" , Tom Zanussi , Jiaying Zhang , Michael Rubin , Martin Bligh Subject: Re: [PATCH 0/8] [GIT PULL] TRACE_EVENT for modules In-Reply-To: <20090414182100.GB19814@elte.hu> Message-ID: References: <20090414172337.280621613@goodmis.org> <20090414182100.GB19814@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: 2040 Lines: 55 On Tue, 14 Apr 2009, Ingo Molnar wrote: > > * Steven Rostedt wrote: > > > include/trace/define_trace.h | 79 ++++++ > > include/trace/ftrace.h | 493 +++++++++++++++++++++++++++++++++++ > > include/trace/irq.h | 56 ++++- > > include/trace/irq_event_types.h | 55 ---- > > include/trace/kmem.h | 189 +++++++++++++- > > include/trace/lockdep.h | 55 ++++- > > include/trace/lockdep_event_types.h | 57 ---- > > include/trace/sched.h | 336 +++++++++++++++++++++++- > > include/trace/sched_event_types.h | 337 ------------------------ > > include/trace/skb.h | 39 +++- > > include/trace/skb_event_types.h | 38 --- > > include/trace/trace_event_types.h | 7 - > > include/trace/trace_events.h | 7 - > > Detail: we still have include/trace/kmem_event_types.h around - is > that intentional? It isnt actually used by anything so we can git-rm > it. I rebased it several times, doing minor tweaks and such. I think I may have missed a git-rm. That file is suppose to be deleted. > > Also, we mix tracepoint definition headers with other misc headers > such as syscall.h or boot.h. > > I think it would be cleaner and better sructured to have these > centrally enumerated tracepoint definitions separated in > include/trace/events/. > > That sub-directory would _only_ include the TRACE_EVENT() > definitions - nothing else. Hence it would also be a nice in-situ > template collection for anyone adding new tracepoints. The existence > of other headers really distracts from that. > > What do you think? I'm fine with that. As long as people are fine with doing: #include and such. -- 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/