]> Git Repo - linux.git/commit - Makefile
ftrace/x86: Add support for C version of recordmcount
authorSteven Rostedt <[email protected]>
Wed, 13 Oct 2010 21:12:30 +0000 (17:12 -0400)
committerSteven Rostedt <[email protected]>
Thu, 14 Oct 2010 20:52:41 +0000 (16:52 -0400)
commit72441cb1fd77d092f09ddfac748955703884c9a7
tree3b02aecebf718f1cb6e9752b809e825b237527da
parent81d3858d3131a589cade0d8b57f95cc1fc699b89
ftrace/x86: Add support for C version of recordmcount

This patch adds the support for the C version of recordmcount and
compile times show ~ 12% improvement.

After verifying this works, other archs can add:

 HAVE_C_MCOUNT_RECORD

in its Kconfig and it will use the C version of recordmcount
instead of the perl version.

Cc: <[email protected]>
Cc: Michal Marek <[email protected]>
Cc: [email protected]
Cc: John Reiser <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
Makefile
arch/x86/Kconfig
kernel/trace/Kconfig
scripts/Makefile
scripts/Makefile.build
This page took 0.060643 seconds and 4 git commands to generate.