Re: [PATCH V3 8/9] tracing: Add osnoise tracer
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2021-06-03 21:31:27
Also in:
lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2021-06-03 21:31:27
Also in:
lkml
On Fri, 14 May 2021 22:51:17 +0200 Daniel Bristot de Oliveira [off-list ref] wrote:
+static void osnoise_tracer_start(struct trace_array *tr)
+{
+ int retval;
+
+ if (osnoise_busy)
+ return;
+ I need more time to look at this patch, but "git show" points out that there's a spurious tab in the above line. -- Steve
+ osn_var_reset_all(); + + retval = osnoise_hook_events(); + if (retval) + goto out_err;