]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Have the cached module list show in set_ftrace_filter
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 23 Jun 2017 20:05:11 +0000 (16:05 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Mon, 26 Jun 2017 15:53:02 +0000 (11:53 -0400)
commite3113765092562acc4311f9fb59bc90255e6f370
treee9c6f971be48522aec8a45b8140ccef39f6d1ca0
parented9345d907dcf0fa2529678abcbe55518d015ddb
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>
include/linux/ftrace.h
kernel/trace/ftrace.c