From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756167AbZDQXxk (ORCPT ); Fri, 17 Apr 2009 19:53:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753279AbZDQXxb (ORCPT ); Fri, 17 Apr 2009 19:53:31 -0400 Received: from gw.goop.org ([64.81.55.164]:51762 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752964AbZDQXxb (ORCPT ); Fri, 17 Apr 2009 19:53:31 -0400 Message-ID: <49E91676.4020500@goop.org> Date: Fri, 17 Apr 2009 16:53:26 -0700 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Steven Rostedt CC: Theodore Tso , LKML , Ingo Molnar , Andrew Morton , Thomas Gleixner , Peter Zijlstra , Frederic Weisbecker , Mathieu Desnoyers Subject: Re: [PATCH 3/5] tracing/events: add rcu locking around trace event prints References: <20090416021830.556671772@goodmis.org> <20090416021928.467656424@goodmis.org> <49E89E53.2010500@goop.org> In-Reply-To: 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 Steven Rostedt wrote: > Well, this part does not get called when CREATE_TRACE_POINTS is not set. > And when it is called, it undefines it, so that other headers will not > include this part. > Well, I can give it a whirl, I guess. I've been tending towards emitting my tracepoint definitions into their own .c file anyway, so there's less chance of interference with everything else. J