commit | 5985ea8bd5d1b820b909af49fbc2767a990080a6 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Fri Jun 23 16:05:11 2017 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Mon Jun 26 11:53:02 2017 -0400 |
tree | e9c6f971be48522aec8a45b8140ccef39f6d1ca0 | |
parent | 673feb9d76ab3eddde7acfd94b206e321cfc90b9 [diff] |
ftrace: Have the cached module list show in set_ftrace_filter When writing in a module filter into set_ftrace_filter for a module that is not yet loaded, it it cached, and will be executed when the module is loaded (although that is not implemented yet at this commit). Display the list of cached modules to be traced. Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>