powerpc/ftrace: Enable C Version of recordmcount
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 7 May 2019 13:31:38 +0000 (13:31 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 1 Jul 2019 06:26:54 +0000 (16:26 +1000)
commitf079bb3c5f2978b2c1a13098ab2a8c32e5d1ee3d
treebc15b64c7791e75fb60414b527a434515745d658
parent80e5302e4bc85a6b685b7668c36c6487b5f90e9a
powerpc/ftrace: Enable C Version of recordmcount

Selects HAVE_C_RECORDMCOUNT to use the C version of the recordmcount
intead of the old Perl Version of recordmcount.

This should improve build time. It also seems like the old Perl Version
misses some calls to _mcount that the C version finds.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig