4 # Takes a (sorted) output of readprofile and turns it into a list suitable for
8 # readprofile | sort -rn | perl profile2linkerlist.pl > functionlist
15 $_ =~ /\W*[0-9]+\W*([a-zA-Z\_0-9]+)\W*[0-9]+/;
18 unless ($line =~ /unknown/) || ($line =~ /total/);