]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - scripts/recordmcount.pl
scripts/recordmcount.c: account for .softirqentry.text
[linux.git] / scripts / recordmcount.pl
index 96e2486a6fc479559eba03662317c82f802a0f43..2d48011bc36294b39602752c6141fe88075a0135 100755 (executable)
@@ -134,6 +134,7 @@ my %text_sections = (
      ".sched.text" => 1,
      ".spinlock.text" => 1,
      ".irqentry.text" => 1,
+     ".softirqentry.text" => 1,
      ".kprobes.text" => 1,
      ".text.unlikely" => 1,
 );