|
@@ -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;
|
|
|
}
|
|
|
|