Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing: Allow benchmark to be enabled at early_initcall()
The trace event start up selftests fails when the trace benchmark is enabled, because it is disabled during boot. It really only needs to be disabled before scheduling is set up, as it creates a thread. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
- Loading branch information