]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ring-buffer: Allways do the trace_recursive checks
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 27 May 2015 14:44:43 +0000 (10:44 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 27 May 2015 14:44:43 +0000 (10:44 -0400)
commit6776221bfe50afdc053527055577012a1acaabd5
tree83fb1799e4fe5c585603f3660c9f2c796892c906
parent58a09ec6e3ec88c9c7e061479f1ef7fe93324a87
ring-buffer: Allways do the trace_recursive checks

Currently the trace_recursive checks are only done if CONFIG_TRACING
is enabled. That was because there use to be a dependency with tracing
for the recursive checks (it used the task_struct trace recursive
variable). But now it uses its own variable and there is no dependency.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/ring_buffer.c