4 # Takes a (sorted) output of readprofile and turns it into a list suitable for
8 # readprofile | sort -rn | perl profile2linkerlist.pl > functionlist
14 $_ =~ /\W*[0-9]+\W*([a-zA-Z\_0-9]+)\W*[0-9]+/;
16 if ( ($line =~ /unknown/) || ($line =~ /total/)) {
19 print "*(.text.$1)\n";