]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ftrace: Allow module init functions to be traced
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 3 Mar 2017 23:00:22 +0000 (18:00 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 5 Oct 2017 21:57:30 +0000 (17:57 -0400)
commit3e234289f86b12985ef8909cd34525fcb66c4efb
treef72cbdc94ec14dd0504314fb4d316bf03b13367f
parent6cafbe159416822f6d3dfd711bf4c39050c650ba
ftrace: Allow module init functions to be traced

Allow for module init sections to be traced as well as core kernel init
sections. Now that filtering modules functions can be stored, for when they
are loaded, it makes sense to be able to trace them.

Cc: Jessica Yu <jeyu@kernel.org>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
include/linux/init.h
kernel/module.c
kernel/trace/ftrace.c