Home | History | Annotate | Download | only in bin

Lines Matching refs:sort

178    --cum               Sort by cumulative data
1164 # Which profile to sort by?
1169 foreach my $k (sort { GetEntry($s, $b) <=> GetEntry($s, $a) || $a cmp $b }
1235 sort { $a->[1] cmp $b ->[1] ||
1272 foreach my $routine (sort ByName keys(%{$symbol_table})) {
1398 foreach my $routine (sort ByName keys(%{$symbol_table})) {
1985 my @list = (sort { abs(GetEntry($cumulative, $b)) <=>
2131 foreach my $e (sort { $edge{$b} <=> $edge{$a} } keys(%edge)) {
3311 my $post_data = join("+", sort((map {"0x" . "$_"} @pcs)));
4606 # we sort libraries by their starting pc value (highest first), and
4612 my @pcs = (sort { $a cmp $b } keys(%{$pcset})); # pcset is 0-extended strings
4613 foreach my $lib (sort {$b->[1] cmp $a->[1]} @{$libs}) {
4791 my @names = sort { $symbol_table->{$a}->[0] cmp $symbol_table->{$b}->[0] }
4803 # Sort addresses so we can do a join against nm output
4807 foreach my $pc (sort { $a cmp $b } @{$pclist}) {
5119 # to use the -f flag to get 'flat' nm output (otherwise we don't sort
5147 sort",