X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=scripts%2Frecordmcount.c;h=a68f03133df9bd30543c7d7190f6e2b8d285c628;hb=768235b2aa428f11c60244192ab8bc7cf878e848;hp=42396a74405df03002001d8f972599fa827bb3bf;hpb=28687b935e93a9041a485b9ecdcab0e335f8eda5;p=deliverable%2Flinux.git diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index 42396a74405d..a68f03133df9 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c @@ -363,6 +363,7 @@ is_mcounted_section_name(char const *const txtname) strcmp(".sched.text", txtname) == 0 || strcmp(".spinlock.text", txtname) == 0 || strcmp(".irqentry.text", txtname) == 0 || + strcmp(".softirqentry.text", txtname) == 0 || strcmp(".kprobes.text", txtname) == 0 || strcmp(".text.unlikely", txtname) == 0; }