commit | 156473a0ff4f9c209114b4c3ad968099eb541e33 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Nov 08 15:27:45 2019 -0500 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Nov 13 09:36:49 2019 -0500 |
tree | 3f754ce61fe3590c44c546704a5ca983fd92f16d | |
parent | 646f01ccdd59f989f0a1866d2b3503e1855358d8 [diff] |
ftrace: Add another example of register_ftrace_direct() use case Add another module sample that registers a direct trampoline to a function via register_ftrace_direct(). Having another module that does this allows to test the use case of multiple direct callers registered, as more than one direct caller goes into another path, and is needed to perform proper testing of the register_ftrace_direct() call. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>