ftrace: Add .kprobe.text section to whitelist for recordmcount.c
[deliverable/linux.git] / scripts / recordmcount.c
index 4ebd8399cb331f9ea9c168ea2046fc1f9622b1c2..37c59654c13386a8dd94536d2e3acc2aa8289284 100644 (file)
@@ -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;
 }
 
This page took 0.024384 seconds and 5 git commands to generate.