diff options
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-06-23 21:26:26 +0200 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2017-06-26 17:53:02 +0200 |
commit | 673feb9d76ab3eddde7acfd94b206e321cfc90b9 (patch) | |
tree | 7c023725f0175b6a519d4349a836155ea72d3f8b /kernel/trace/Makefile | |
parent | tracing: Show address when function names are not found (diff) | |
download | linux-673feb9d76ab3eddde7acfd94b206e321cfc90b9.tar.xz linux-673feb9d76ab3eddde7acfd94b206e321cfc90b9.zip |
ftrace: Add :mod: caching infrastructure to trace_array
This is the start of the infrastructure work to allow for tracing module
functions before it is loaded.
Currently the following command:
# echo :mod:some-mod > set_ftrace_filter
will enable tracing of all functions within the module "some-mod" if it is
loaded. What we want, is if the module is not loaded, that line will be
saved. When the module is loaded, then the "some-mod" will have that line
executed on it, so that the functions within it starts being traced.
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'kernel/trace/Makefile')
0 files changed, 0 insertions, 0 deletions