commit | e16b35ddb840788e023fac2482b61c0b6bf98057 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Tue Apr 04 14:46:56 2017 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu Apr 20 22:06:42 2017 -0400 |
tree | 482b09e069be85d7f9adcea28b79e0ed3a18cd9e | |
parent | 1a48df0041c2756194e700affb0e2ff084092e28 [diff] |
ftrace: Add helper function ftrace_hash_move_and_update_ops() The processes of updating a ops filter_hash is a bit complex, and requires setting up an old hash to perform the update. This is done exactly the same in two locations for the same reasons. Create a helper function that does it in one place. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>