]> asedeno.scripts.mit.edu Git - linux.git/commit
tracing: Do not line wrap short line in function_graph_enter()
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 27 Nov 2018 14:36:37 +0000 (09:36 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 30 Nov 2018 04:38:34 +0000 (23:38 -0500)
commitc43ac4a5301986c015137bb89568979f9b3264ca
tree884f9caa7ee2692e48e3b378cbfe87fd4f3fb7e5
parent23621fac32ec9dbc4afada344cbf82b0f6281be3
tracing: Do not line wrap short line in function_graph_enter()

Commit 588ca1786f2dd ("function_graph: Use new curr_ret_depth to manage
depth instead of curr_ret_stack") removed a parameter from the call
ftrace_push_return_trace() that made it so that the entire call was under 80
characters, but it did not remove the line break. There's no reason to break
that line up, so make it a single line.

Link: http://lkml.kernel.org/r/20181122100322.GN2131@hirez.programming.kicks-ass.net
Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace_functions_graph.c