From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758076AbbJVTpB (ORCPT ); Thu, 22 Oct 2015 15:45:01 -0400 Received: from smtprelay0182.hostedemail.com ([216.40.44.182]:33230 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757893AbbJVTpA (ORCPT ); Thu, 22 Oct 2015 15:45:00 -0400 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::,RULES_HIT:41:355:379:541:560:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1539:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2895:2899:3138:3139:3140:3141:3142:3352:3622:3865:3867:3868:3870:3871:3872:3874:4552:5007:6261:7514:7875:7903:10004:10400:10848:10967:11232:11658:11914:12296:12517:12519:12663:12740:13069:13095:13255:13311:13357:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: self73_e43a77971020 X-Filterd-Recvd-Size: 1742 Date: Thu, 22 Oct 2015 15:44:56 -0400 From: Steven Rostedt To: Minfei Huang Cc: mingo@redhat.com, tglx@linutronix.de, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org, mhuang@redhat.com Subject: Re: [REPOST PATCH] ftrace: Calculate the correct dyn_ftrace number to report to the userspace Message-ID: <20151022154456.2dad8a44@gandalf.local.home> In-Reply-To: <20151022051407.GA9292@t420s.redhat.com> References: <1442420382-13130-1-git-send-email-mnfhuang@gmail.com> <20151015222545.45a22b7e@grimm.local.home> <20151022051407.GA9292@t420s.redhat.com> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 22 Oct 2015 13:14:07 +0800 Minfei Huang wrote: > On 10/15/15 at 10:25pm, Steven Rostedt wrote: > > On Thu, 17 Sep 2015 00:19:42 +0800 > > Minfei Huang wrote: > > > > > Now, ftrace only calculate the dyn_ftrace number in the adding > > > breakpoint loop, not in adding update and finish update loop. > > > > > > Calculate the correct dyn_ftrace, once ftrace reports the failure message > > > to the userspace. > > > > > > > Bah, your emails got lost in my Inbox. Sorry about that. > > > > I'll make an effort to look at this first thing tomorrow. > > Ping. Any comment is appreciate. > Looks fine. I'm pulling it into my queue and testing it. -- Steve