Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ftrace: Only update the function code on write to filter files
If function tracing is enabled, a read of the filter files will cause the call to stop_machine to update the function trace sites. It should only call stop_machine on write. Cc: stable@kernel.org Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
- Loading branch information