diff --git a/[refs] b/[refs] index 496aec6aa40a..f2829afc1377 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e90b0c8bf211958a296d60369fecd51b35864407 +refs/heads/master: 9f087e7612115b7a201d4f3392a95ac7408948ab diff --git a/trunk/scripts/recordmcount.c b/trunk/scripts/recordmcount.c index 4ebd8399cb33..37c59654c133 100644 --- a/trunk/scripts/recordmcount.c +++ b/trunk/scripts/recordmcount.c @@ -211,6 +211,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(".kprobes.text", txtname) == 0 || strcmp(".text.unlikely", txtname) == 0; } diff --git a/trunk/scripts/recordmcount.pl b/trunk/scripts/recordmcount.pl index 4be0deea71ca..a871cd414055 100755 --- a/trunk/scripts/recordmcount.pl +++ b/trunk/scripts/recordmcount.pl @@ -134,6 +134,7 @@ ".sched.text" => 1, ".spinlock.text" => 1, ".irqentry.text" => 1, + ".kprobes.text" => 1, ".text.unlikely" => 1, );