Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing/function-graph-tracer: Drop the useless nmi protection
The function graph tracer used to have a protection against NMI while entering a function entry tracing. But this is useless now, this tracer is reentrant and the ring buffer supports the NMI tracing. We can then drop this protection. Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org>
- Loading branch information