commit | 90d595fe5ca4b685465c068907e6e554760abea8 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Thu Aug 14 15:45:09 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:34:47 2008 +0200 |
tree | 03f98454af8c6756177aa053ae7440373007f67d | |
parent | 68bf21aa15c85d2e9b623dcda2b1ed8893275fa1 [diff] |
ftrace: enable mcount recording for modules This patch enables the loading of the __mcount_section of modules and changing all the callers of mcount into nops. The modification is done before the init_module function is called, so again, we do not need to use kstop_machine to make these changes. Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>