From: Steven Rostedt Date: Thu, 14 Aug 2008 19:45:09 +0000 (-0400) Subject: ftrace: enable mcount recording for modules X-Git-Tag: v2.6.28-rc1~78^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90d595fe5ca4b685465c068907e6e554760abea8;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed