X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=scripts%2Frecordmcount.c;h=5423a58d1b06934cb4cd220355deafed24b27f91;hb=08eb9b8016b18f53fa8900f3d1c9359f9edeb724;hp=a68f03133df9bd30543c7d7190f6e2b8d285c628;hpb=a3443cda5588985a2724d6d0f4a5f04e625be6eb;p=cascardo%2Flinux.git diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index a68f03133df9..5423a58d1b06 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c @@ -365,6 +365,7 @@ is_mcounted_section_name(char const *const txtname) strcmp(".irqentry.text", txtname) == 0 || strcmp(".softirqentry.text", txtname) == 0 || strcmp(".kprobes.text", txtname) == 0 || + strcmp(".cpuidle.text", txtname) == 0 || strcmp(".text.unlikely", txtname) == 0; }