commit | ed9dafebce52206382de96bd5bbdff22335930f6 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Nov 08 16:08:12 2019 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Nov 13 09:36:49 2019 -0500 |
tree | 96a0307764cb05ee33237b5b6a9143dce0eb0eaa | |
parent | 156473a0ff4f9c209114b4c3ad968099eb541e33 [diff] |
ftrace/selftests: Update the direct call selftests to test two direct calls The register_ftrace_direct() takes a different path if there's already a direct call registered, but this was not tested in the self tests. Now that there's a second direct caller test module, we can use this to test not only one direct caller, but two. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>