From patchwork Tue Apr 26 20:11:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Paul E. McKenney" X-Patchwork-Id: 8944411 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F1F2CBF29F for ; Tue, 26 Apr 2016 20:11:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 24AEB201FE for ; Tue, 26 Apr 2016 20:11:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3AD8C2014A for ; Tue, 26 Apr 2016 20:11:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752872AbcDZULa (ORCPT ); Tue, 26 Apr 2016 16:11:30 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:32978 "EHLO e34.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751999AbcDZUL3 (ORCPT ); Tue, 26 Apr 2016 16:11:29 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 26 Apr 2016 14:11:28 -0600 Received: from d03dlp03.boulder.ibm.com (9.17.202.179) by e34.co.us.ibm.com (192.168.1.134) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 26 Apr 2016 14:11:01 -0600 X-IBM-Helo: d03dlp03.boulder.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org;linux-omap@vger.kernel.org Received: from b01cxnp23033.gho.pok.ibm.com (b01cxnp23033.gho.pok.ibm.com [9.57.198.28]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 3815819D8048; Tue, 26 Apr 2016 14:10:45 -0600 (MDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by b01cxnp23033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u3QKB05A41615490; Tue, 26 Apr 2016 20:11:00 GMT Received: from d01av01.pok.ibm.com (localhost [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u3QKAwpY005926; Tue, 26 Apr 2016 16:11:00 -0400 Received: from paulmck-ThinkPad-W541 ([9.70.82.191]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u3QKAuti005860; Tue, 26 Apr 2016 16:10:56 -0400 Received: by paulmck-ThinkPad-W541 (Postfix, from userid 1000) id B4C8116C0A16; Tue, 26 Apr 2016 13:11:34 -0700 (PDT) Date: Tue, 26 Apr 2016 13:11:34 -0700 From: "Paul E. McKenney" To: Tony Lindgren Cc: Steven Rostedt , linux-kernel@vger.kernel.org, mingo@kernel.org, Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH arm 1/1] arm: Use _rcuidle tracepoint to allow use from idle Message-ID: <20160426201134.GA29779@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <1461617335-22372-1-git-send-email-paulmck@linux.vnet.ibm.com> <20160426150031.GP5995@atomide.com> <20160426175214.GJ3715@linux.vnet.ibm.com> <20160426182939.GO5995@atomide.com> <20160426190755.GK3715@linux.vnet.ibm.com> <20160426193949.GP5995@atomide.com> <20160426154414.7bb33de4@gandalf.local.home> <20160426195158.GR5995@atomide.com> <20160426200613.GO3715@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20160426200613.GO3715@linux.vnet.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16042620-0017-0000-0000-000029901CF6 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Tue, Apr 26, 2016 at 01:06:13PM -0700, Paul E. McKenney wrote: > On Tue, Apr 26, 2016 at 12:51:59PM -0700, Tony Lindgren wrote: > > * Steven Rostedt [160426 12:45]: > > > *Whack* *Whack* *Whack*!!! > > > > > > Signed-off-by: Steven Rostedt > > > --- > > > diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c > > > index fb74dc1f7520..4fa43c02d682 100644 > > > --- a/drivers/clk/clk.c > > > +++ b/drivers/clk/clk.c > > > @@ -682,12 +682,12 @@ static void clk_core_disable(struct clk_core *core) > > > if (--core->enable_count > 0) > > > return; > > > > > > - trace_clk_disable(core); > > > + trace_clk_disable_rcuidle(core); > > > > > > if (core->ops->disable) > > > core->ops->disable(core->hw); > > > > > > - trace_clk_disable_complete(core); > > > + trace_clk_disable_complete_rcuidle(core); > > > > > > clk_core_disable(core->parent); > > > } > > > > Now the mole shows up here! > > And the patch shows up here! And I bet you will need this one as well... Thanx, Paul ------------------------------------------------------------------------ commit 95dc0699fbaebdb507e8222257ed3b50a13093bf Author: Paul E. McKenney Date: Tue Apr 26 13:10:21 2016 -0700 Merge with 718aeef4b4f2 (arm: Use more _rcuidle tracepoints to allow use from idle) Signed-off-by: Paul E. McKenney --- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/drivers/base/power/runtime.c b/drivers/base/power/runtime.c index af4c38d41aff..e4c2b8fdeff3 100644 --- a/drivers/base/power/runtime.c +++ b/drivers/base/power/runtime.c @@ -549,7 +549,7 @@ static int rpm_suspend(struct device *dev, int rpmflags) } out: - trace_rpm_return_int(dev, _THIS_IP_, retval); + trace_rpm_return_int_rcuidle(dev, _THIS_IP_, retval); return retval;