Loading scripts/recordmcount.pl +7 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,13 @@ if ($arch eq "x86_64") { $alignment = 2; $section_type = '%progbits'; } elsif ($arch eq "ia64") { $mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s_mcount\$"; $type = "data8"; if ($is_module eq "0") { $cc .= " -mconstant-gp"; } } else { die "Arch $arch is not supported with CONFIG_FTRACE_MCOUNT_RECORD"; } Loading Loading
scripts/recordmcount.pl +7 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,13 @@ if ($arch eq "x86_64") { $alignment = 2; $section_type = '%progbits'; } elsif ($arch eq "ia64") { $mcount_regex = "^\\s*([0-9a-fA-F]+):.*\\s_mcount\$"; $type = "data8"; if ($is_module eq "0") { $cc .= " -mconstant-gp"; } } else { die "Arch $arch is not supported with CONFIG_FTRACE_MCOUNT_RECORD"; } Loading