X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=scripts%2Frecordmcount.pl;h=2d48011bc36294b39602752c6141fe88075a0135;hb=904763e1fb5eebf8249ec41a2019e5e32246df2f;hp=96e2486a6fc479559eba03662317c82f802a0f43;hpb=1c3d770043583d99118d52cad309f586ef8e7d4a;p=cascardo%2Flinux.git diff --git a/scripts/recordmcount.pl b/scripts/recordmcount.pl index 96e2486a6fc4..2d48011bc362 100755 --- a/scripts/recordmcount.pl +++ b/scripts/recordmcount.pl @@ -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, );