mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
tracing: keep the tracing buffer after self-test failure
Instead of using ftrace_dump_on_oops, it's far more convenient to have the trace leading up to a self-test failure available in /debug/tracing/trace. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org> LKML-Reference: <1237694675-23509-1-git-send-email-fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
cf586b61f8
commit
0cf53ff62b
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ trace_selftest_startup_function_graph(struct tracer *trace,
|
|||
|
||||
/* Have we just recovered from a hang? */
|
||||
if (graph_hang_thresh > GRAPH_MAX_FUNC_TEST) {
|
||||
trace->reset(tr);
|
||||
tracing_selftest_disabled = true;
|
||||
ret = -1;
|
||||
goto out;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue