Re: [RFC][PATCH 03/14] arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTH

2018-11-27 Thread Steven Rostedt
On Tue, 27 Nov 2018 19:31:50 + Will Deacon wrote: > Hi Steve, > > On Wed, Nov 21, 2018 at 08:27:11PM -0500, Steven Rostedt wrote: > > From: "Steven Rostedt (VMware)" > > > > The curr_ret_stack is no longer set to -1 when not tracing a function. It is > > now done differently, and the FTRAC

Re: [RFC][PATCH 03/14] arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTH

2018-11-27 Thread Will Deacon
Hi Steve, On Wed, Nov 21, 2018 at 08:27:11PM -0500, Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > The curr_ret_stack is no longer set to -1 when not tracing a function. It is > now done differently, and the FTRACE_NOTRACE_DEPTH value is no longer used. > Remove the reference to it.

[RFC][PATCH 03/14] arm64: function_graph: Remove use of FTRACE_NOTRACE_DEPTH

2018-11-21 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" The curr_ret_stack is no longer set to -1 when not tracing a function. It is now done differently, and the FTRACE_NOTRACE_DEPTH value is no longer used. Remove the reference to it. Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-ker...@lists.infradead.org Sign