Re: [PATCH] mips: ftrace: fix static function graph tracing

2018-03-27 Thread Matt Redfearn
Hi Matthias, On 24/03/18 16:57, Matthias Schiffer wrote: ftrace_graph_caller was never run after calling ftrace_trace_function, breaking the function graph tracer. Fix this, bringing it in line with the x86 implementation. While we're at it, also streamline the control flow of _mcount a bit to

[PATCH] mips: ftrace: fix static function graph tracing

2018-03-24 Thread Matthias Schiffer
ftrace_graph_caller was never run after calling ftrace_trace_function, breaking the function graph tracer. Fix this, bringing it in line with the x86 implementation. While we're at it, also streamline the control flow of _mcount a bit to reduce the number of branches. This issue was reported befo