Re: [RFC][PATCH 09/14] function_graph: Move ftrace_graph_get_addr() to fgraph.c

2018-11-23 Thread Steven Rostedt
On Thu, 22 Nov 2018 19:13:38 -0800 Joel Fernandes wrote: > On Wed, Nov 21, 2018 at 08:27:17PM -0500, Steven Rostedt wrote: > > From: "Steven Rostedt (VMware)" > > > > Move the function function_graph_get_addr() to fgraph.c, as the management > > of the curr_ret_stack is going to change, and

Re: [RFC][PATCH 09/14] function_graph: Move ftrace_graph_get_addr() to fgraph.c

2018-11-23 Thread Steven Rostedt
On Thu, 22 Nov 2018 19:13:38 -0800 Joel Fernandes wrote: > On Wed, Nov 21, 2018 at 08:27:17PM -0500, Steven Rostedt wrote: > > From: "Steven Rostedt (VMware)" > > > > Move the function function_graph_get_addr() to fgraph.c, as the management > > of the curr_ret_stack is going to change, and

Re: [RFC][PATCH 09/14] function_graph: Move ftrace_graph_get_addr() to fgraph.c

2018-11-22 Thread Joel Fernandes
On Wed, Nov 21, 2018 at 08:27:17PM -0500, Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > Move the function function_graph_get_addr() to fgraph.c, as the management > of the curr_ret_stack is going to change, and all the accesses to ret_stack > needs to be done in fgraph.c.

Re: [RFC][PATCH 09/14] function_graph: Move ftrace_graph_get_addr() to fgraph.c

2018-11-22 Thread Joel Fernandes
On Wed, Nov 21, 2018 at 08:27:17PM -0500, Steven Rostedt wrote: > From: "Steven Rostedt (VMware)" > > Move the function function_graph_get_addr() to fgraph.c, as the management > of the curr_ret_stack is going to change, and all the accesses to ret_stack > needs to be done in fgraph.c.

[RFC][PATCH 09/14] function_graph: Move ftrace_graph_get_addr() to fgraph.c

2018-11-21 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" Move the function function_graph_get_addr() to fgraph.c, as the management of the curr_ret_stack is going to change, and all the accesses to ret_stack needs to be done in fgraph.c. Signed-off-by: Steven Rostedt (VMware) --- kernel/trace/fgraph.c

[RFC][PATCH 09/14] function_graph: Move ftrace_graph_get_addr() to fgraph.c

2018-11-21 Thread Steven Rostedt
From: "Steven Rostedt (VMware)" Move the function function_graph_get_addr() to fgraph.c, as the management of the curr_ret_stack is going to change, and all the accesses to ret_stack needs to be done in fgraph.c. Signed-off-by: Steven Rostedt (VMware) --- kernel/trace/fgraph.c