Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754929AbZDNVtR (ORCPT ); Tue, 14 Apr 2009 17:49:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752443AbZDNVtE (ORCPT ); Tue, 14 Apr 2009 17:49:04 -0400 Received: from gw.goop.org ([64.81.55.164]:50815 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752123AbZDNVtD (ORCPT ); Tue, 14 Apr 2009 17:49:03 -0400 Message-ID: <49E504C1.9010401@goop.org> Date: Tue, 14 Apr 2009 14:48:49 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Theodore Tso , Steven Rostedt , linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Thomas Gleixner , Peter Zijlstra , Frederic Weisbecker , 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 References: <20090414172337.280621613@goodmis.org> <20090414210445.GM955@mit.edu> In-Reply-To: <20090414210445.GM955@mit.edu> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 730 Lines: 30 Theodore Tso wrote: > Any chance you could support something like this? > > I think that's already there. I'm defining arch/x86/include/asm/paravirt-trace.h with: #ifndef _ASM_X86_PARAVIRT_TRACE_H #define _ASM_X86_PARAVIRT_TRACE_H #include #include #undef TRACE_SYSTEM #define TRACE_SYSTEM pvops #define TRACE_INCLUDE_FILE paravirt-trace #define TRACE_INCLUDE_PATH asm [...] Which ends up including J -- 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/