Loading scripts/recordmcount.c +2 −1 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ static int is_mcounted_section_name(char const *const txtname) { return 0 == strcmp(".text", txtname) || 0 == strcmp(".ref.text", txtname) || 0 == strcmp(".sched.text", txtname) || 0 == strcmp(".spinlock.text", txtname) || 0 == strcmp(".irqentry.text", txtname) || Loading scripts/recordmcount.pl +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ if ($inputfile =~ m,kernel/trace/ftrace\.o$,) { # Acceptable sections to record. my %text_sections = ( ".text" => 1, ".ref.text" => 1, ".sched.text" => 1, ".spinlock.text" => 1, ".irqentry.text" => 1, Loading Loading
scripts/recordmcount.c +2 −1 Original line number Diff line number Diff line Loading @@ -207,6 +207,7 @@ static int is_mcounted_section_name(char const *const txtname) { return 0 == strcmp(".text", txtname) || 0 == strcmp(".ref.text", txtname) || 0 == strcmp(".sched.text", txtname) || 0 == strcmp(".spinlock.text", txtname) || 0 == strcmp(".irqentry.text", txtname) || Loading
scripts/recordmcount.pl +1 −0 Original line number Diff line number Diff line Loading @@ -130,6 +130,7 @@ if ($inputfile =~ m,kernel/trace/ftrace\.o$,) { # Acceptable sections to record. my %text_sections = ( ".text" => 1, ".ref.text" => 1, ".sched.text" => 1, ".spinlock.text" => 1, ".irqentry.text" => 1, Loading