From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 0DA831A0E6B for ; Tue, 8 Dec 2015 01:58:06 +1100 (AEDT) Received: from smtprelay.hostedemail.com (smtprelay0122.hostedemail.com [216.40.44.122]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3CCF01402A9 for ; Tue, 8 Dec 2015 01:58:04 +1100 (AEDT) Date: Mon, 7 Dec 2015 09:57:58 -0500 From: Steven Rostedt To: Denis Kirjanov Cc: Michael Ellerman , linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] tracing: introduce TRACE_EVENT_FN_COND macro Message-ID: <20151207095758.028cdae4@gandalf.local.home> In-Reply-To: References: <1448389419-5296-1-git-send-email-kda@linux-powerpc.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 7 Dec 2015 17:42:42 +0300 Denis Kirjanov wrote: > On 11/24/15, Denis Kirjanov wrote: > > TRACE_EVENT_FN can't be used in some circumstances > > like invoking trace functions from offlined CPU due > > to RCU usage. > > > > This patch adds the TRACE_EVENT_FN_COND macro > > to make such trace points conditional. > > > > Signed-off-by: Denis Kirjanov > > Hi Steven, > are you going to take this series through your tree? > Yeah, thanks for the reminder! -- Steve