Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753420AbaGGNWc (ORCPT ); Mon, 7 Jul 2014 09:22:32 -0400 Received: from cantor2.suse.de ([195.135.220.15]:59687 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753054AbaGGNWa (ORCPT ); Mon, 7 Jul 2014 09:22:30 -0400 Date: Mon, 7 Jul 2014 15:22:27 +0200 (CEST) From: Jiri Kosina To: Steven Rostedt cc: Masami Hiramatsu , linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Thomas Gleixner , "Paul E. McKenney" , Namhyung Kim , "H. Peter Anvin" , Oleg Nesterov , Josh Poimboeuf , Seth Jennings , Jiri Slaby Subject: Re: [RFC][PATCH 0/3] ftrace: Add dynamically allocated trampolines In-Reply-To: <20140704102142.7d276e4b@gandalf.local.home> Message-ID: References: <20140703200750.648550267@goodmis.org> <53B6AA0C.2080704@hitachi.com> <20140704102142.7d276e4b@gandalf.local.home> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 4 Jul 2014, Steven Rostedt wrote: > Well, I guess the answer to that is what do you consider the trampoline? > I'm currently considering it to be the assembly code that the > mcount/fentry call jumps to. We only have two trampolines (three if you > count the function graph code that will be called directly come 3.17). > Those two are the normal ftrace_caller and the ftrace_regs_caller. BTW, on those archs that support regs saving already, is there really a reson not to kill ftrace_caller and keep just ftrace_regs_caller? -- Jiri Kosina SUSE Labs -- 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/