From 5e271995d27655f0c996fce5c0c5ce60443ac35f Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Wed, 6 Apr 2011 14:10:22 -0400 Subject: [PATCH] --- yaml --- r: 245498 b: refs/heads/master c: 9f087e7612115b7a201d4f3392a95ac7408948ab h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/scripts/recordmcount.c | 1 + trunk/scripts/recordmcount.pl | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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, );