Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760057AbbFCNDQ (ORCPT ); Wed, 3 Jun 2015 09:03:16 -0400 Received: from verein.lst.de ([213.95.11.211]:52360 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757093AbbFCNC7 (ORCPT ); Wed, 3 Jun 2015 09:02:59 -0400 Date: Wed, 3 Jun 2015 15:02:57 +0200 From: Torsten Duwe To: Michael Ellerman , ppc-dev Cc: Jiri Kosina , Steven Rostedt , Linux Kernel Mailing List Subject: [PATCH 0/4] ppc64 ftrace implementation Message-ID: <20150603130257.GA19424@lst.de> References: <20150513161100.GA1619@lst.de> <1431653687.13498.1.camel@ellerman.id.au> <20150515084542.GA20453@suse.de> <20150516080534.GA27059@lst.de> <1432006027.8339.3.camel@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1075 Lines: 26 On Tue, May 19, 2015 at 11:52:47AM +0200, Jiri Kosina wrote: > On Tue, 19 May 2015, Michael Ellerman wrote: > > > > ftrace already handles recursion protection by itself (depending on the > > > per-ftrace-ops FTRACE_OPS_FL_RECURSION_SAFE flag). > > > > OK, so I wonder why that's not working for us? > > The situation when traced function recurses to itself is different from > the situation when tracing core infrastrcuture would recurse to itself > while performing tracing. I have used this inspiration to add a catch-all parachute for ftrace_caller, see my last reply. It reappears here as patch 4/4. Expect noticable performance impact compared to the selected "notrace" attributation discussed here. This should still be done in a second step especially for the hardware assistance functions I mentioned. Torsten -- 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/