From 87f65f90b32a1d781c2ea0af1189a636d13a15cc Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Wed, 6 Apr 2011 14:10:22 -0400 Subject: [PATCH] --- yaml --- r: 257042 b: refs/heads/master c: bde66c3f45d777082a0df01e64870f47ba2a5055 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 c3f99ba46771..edfc27ed7eca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d7e8623ae9cf93a9b517336085a86cabb014ea77 +refs/heads/master: bde66c3f45d777082a0df01e64870f47ba2a5055 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, );