|
@@ -363,6 +363,7 @@ is_mcounted_section_name(char const *const txtname)
|
|
strcmp(".sched.text", txtname) == 0 ||
|
|
strcmp(".sched.text", txtname) == 0 ||
|
|
strcmp(".spinlock.text", txtname) == 0 ||
|
|
strcmp(".spinlock.text", txtname) == 0 ||
|
|
strcmp(".irqentry.text", txtname) == 0 ||
|
|
strcmp(".irqentry.text", txtname) == 0 ||
|
|
|
|
+ strcmp(".softirqentry.text", txtname) == 0 ||
|
|
strcmp(".kprobes.text", txtname) == 0 ||
|
|
strcmp(".kprobes.text", txtname) == 0 ||
|
|
strcmp(".text.unlikely", txtname) == 0;
|
|
strcmp(".text.unlikely", txtname) == 0;
|
|
}
|
|
}
|