]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - scripts/recordmcount.pl
ftrace: Add .kprobe.text section to whitelist for recordmcount.c
[karo-tx-linux.git] / scripts / recordmcount.pl
index 4be0deea71ca6f947b6c1d47c28c431cae88c3c7..a871cd41405580653a41cb89c09b96bfbdc954ea 100755 (executable)
@@ -134,6 +134,7 @@ my %text_sections = (
      ".sched.text" => 1,
      ".spinlock.text" => 1,
      ".irqentry.text" => 1,
+     ".kprobes.text" => 1,
      ".text.unlikely" => 1,
 );