kthread: kthread worker API cleanup
[deliverable/linux.git] / scripts / recordmcount.c
index 42396a74405df03002001d8f972599fa827bb3bf..c0222107cf58fb104b0f4a2c6cb240b06d58e705 100644 (file)
@@ -364,6 +364,7 @@ is_mcounted_section_name(char const *const txtname)
                strcmp(".spinlock.text", txtname) == 0 ||
                strcmp(".irqentry.text", txtname) == 0 ||
                strcmp(".kprobes.text", txtname) == 0 ||
+               strcmp(".cpuidle.text", txtname) == 0 ||
                strcmp(".text.unlikely", txtname) == 0;
 }
 
This page took 0.024798 seconds and 5 git commands to generate.