Re: [PATCH 0/8] ftrace/x86: function_graph stack dump fixes

2016-08-24 Thread Ingo Molnar
* Steven Rostedt wrote: > On Fri, 19 Aug 2016 06:52:54 -0500 > Josh Poimboeuf wrote: > > > Some stack dump fixes related to function_graph tracing. > > > > Josh Poimboeuf (8): > > ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config > >

Re: [PATCH 0/8] ftrace/x86: function_graph stack dump fixes

2016-08-24 Thread Ingo Molnar
* Steven Rostedt wrote: > On Fri, 19 Aug 2016 06:52:54 -0500 > Josh Poimboeuf wrote: > > > Some stack dump fixes related to function_graph tracing. > > > > Josh Poimboeuf (8): > > ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config > > ftrace: only allocate the ret_stack 'fp'

Re: [PATCH 0/8] ftrace/x86: function_graph stack dump fixes

2016-08-23 Thread Steven Rostedt
On Fri, 19 Aug 2016 06:52:54 -0500 Josh Poimboeuf wrote: > Some stack dump fixes related to function_graph tracing. > > Josh Poimboeuf (8): > ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config > ftrace: only allocate the ret_stack 'fp' field when needed >

Re: [PATCH 0/8] ftrace/x86: function_graph stack dump fixes

2016-08-23 Thread Steven Rostedt
On Fri, 19 Aug 2016 06:52:54 -0500 Josh Poimboeuf wrote: > Some stack dump fixes related to function_graph tracing. > > Josh Poimboeuf (8): > ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config > ftrace: only allocate the ret_stack 'fp' field when needed > ftrace: add return

[PATCH 0/8] ftrace/x86: function_graph stack dump fixes

2016-08-19 Thread Josh Poimboeuf
Some stack dump fixes related to function_graph tracing. Josh Poimboeuf (8): ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config ftrace: only allocate the ret_stack 'fp' field when needed ftrace: add return address pointer to ftrace_ret_stack ftrace: add ftrace_graph_ret_addr()

[PATCH 0/8] ftrace/x86: function_graph stack dump fixes

2016-08-19 Thread Josh Poimboeuf
Some stack dump fixes related to function_graph tracing. Josh Poimboeuf (8): ftrace: remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config ftrace: only allocate the ret_stack 'fp' field when needed ftrace: add return address pointer to ftrace_ret_stack ftrace: add ftrace_graph_ret_addr()