Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ftrace: Move record update for normal and modules into a separate fun…
…ction The updating of a function record is moved to a single function. This will allow us to add specific changes in one location for both modules and kernel functions. Later patches will determine if the function record itself needs to be updated (which enables the mcount caller), or just the ftrace_ops needs the update. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
- Loading branch information