]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit - kernel/trace/ftrace.c
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)
commit5985ea8bd5d1b820b909af49fbc2767a990080a6
treee9c6f971be48522aec8a45b8140ccef39f6d1ca0
parent673feb9d76ab3eddde7acfd94b206e321cfc90b9
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