Lines Matching refs:cumulative
603 my $cumulative = CumulativeProfile($reduced);
608 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
610 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
620 PrintText($symbols, $flat, $cumulative, -1);
626 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
885 my $cumulative = CumulativeProfile($reduced);
887 PrintText($symbols, $flat, $cumulative, $line_limit);
920 my $cumulative = CumulativeProfile($reduced);
922 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
938 my $cumulative = CumulativeProfile($reduced);
940 PrintDisassembly($libs, $flat, $cumulative, $routine);
966 my $cumulative = CumulativeProfile($reduced);
968 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
1208 my $cumulative = shift;
1214 my $s = $main::opt_cum ? $cumulative : $flat;
1219 keys(%{$cumulative})) {
1221 my $c = GetEntry($cumulative, $k);
1313 my $cumulative = shift;
1328 if (defined($cumulative->{$addr})) {
1330 $routine, $flat, $cumulative,
1422 my $cumulative = shift;
1454 if (defined($cumulative->{$addr})) {
1457 $routine, $flat, $cumulative,
1620 my $cumulative = shift;
1726 $c2 += GetEntry($cumulative, $a);
1913 my $cumulative = shift;
1932 $c2 += GetEntry($cumulative, $a);
2024 my $cumulative = shift;
2034 my @list = (sort { abs(GetEntry($cumulative, $b)) <=>
2035 abs(GetEntry($cumulative, $a))
2037 keys(%{$cumulative}));
2043 (abs(GetEntry($cumulative, $list[$last])) <= $nodelimit)) {
2111 my $c = GetEntry($cumulative, $a);