Home | History | Annotate | Download | only in bin

Lines Matching refs:STDERR

291   print STDERR "$msg\n\n";
292 print STDERR usage_string();
293 print STDERR "\nFATAL ERROR: $msg\n"; # just as a reminder
760 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
773 print STDERR "Loading web page file:///$fname\n";
796 print STDERR "Could not load web browser.\n";
802 print STDERR "Starting '@KCACHEGRIND " . $fname . $bg . "'\n";
813 print STDERR "Welcome to jeprof! For help, type 'help'.\n";
828 print STDERR "(jeprof) ";
852 print STDERR "\n";
983 print STDERR "Unknown command: try 'help'.\n";
1020 print STDERR <<ENDOFHELP;
1094 print STDERR "Ignoring samples in call stacks that match '$ignore'\n";
1131 print STDERR "Invalid address in profile: $full_addr\n";
1277 print STDERR "Writing callgrind file to '$filename'.\n"
1434 print STDERR "$fname: $!\n";
1640 print STDERR "no filename found in $routine\n";
1673 print STDERR "$filename: $!\n";
1815 print STDERR "$filename: $!\n";
1884 print STDERR "$file: $!\n";
2047 print STDERR "No nodes to print\n";
2052 printf STDERR ("Dropping nodes with <= %s %s; edges with <= %s abs(%s)\n",
2997 print STDERR "Removing $second_pc from all stack traces.\n";
3273 printf STDERR "Using local file $profile_name.\n";
3375 printf STDERR ("Warning: Mismatched binary name '%s', using '%s'.\n",
3380 printf STDERR ("Ignoring unknown variable in symbols list: " .
3551 print STDERR "Gathering CPU profile from $url for $main::opt_seconds seconds to\n ${real_profile}\n";
3553 print STDERR "Be patient...\n";
3556 print STDERR "Fetching $path profile from $url to\n ${real_profile}\n";
3561 print STDERR "Wrote profile to $real_profile\n";
3583 print STDERR "Fetching $count profiles, Be patient...\n";
3736 print STDERR "Unexpected look-back reading CPU profile";
3765 # %warn -- emit the rest of this line to stderr, prefixed by 'WARNING:'
3781 print STDERR "WARNING: $1\n"; # print the rest of the line
3783 print STDERR "Ignoring unknown command from profile header: $line";
3879 print STDERR
3973 print STDERR "At index $i (address $addr):\n";
4172 print STDERR "Adjusting heap profiles for 1-in-128KB sampling rate\n";
4174 printf STDERR ("Adjusting heap profiles for 1-in-%d sampling rate\n",
4179 printf STDERR "Heap version $sampling_algorithm\n";
4368 printf STDERR ("Ignoring unnknown variable in /contention output: " .
4378 printf STDERR ("No cycles/second entry in profile; Guessing %.1f GHz\n",
4400 printf STDERR "Warning: address $addr is longer than address length $address_length\n";
4641 if($main::opt_debug) { printf STDERR "$start:$finish ($offset) $lib\n"; }
4686 print STDERR "AddressAdd $addr1 + $addr2 = ";
4717 if ($main::opt_debug and $main::opt_test) { print STDERR "$r\n"; }
4738 # if ($main::opt_debug) { print STDERR "AddressSub $addr1 - $addr2 = "; }
4770 # if ($main::opt_debug) { print STDERR "$r\n"; }
4793 # if ($main::opt_debug) { print STDERR "AddressInc $addr1 = "; }
4801 # if ($main::opt_debug) { print STDERR "$r\n"; }
4813 # if ($main::opt_debug) { print STDERR "$r\n"; }
4823 # if ($main::opt_debug) { print STDERR "$r\n"; }
4931 if ($debug) { printf STDERR ("%s\n", $pclist->[$i]); }
4998 if ($debug) { printf STDERR ("%s => [%s]\n", $pcstr, join(" ", @{$sym})); }
5113 print STDERR "WARNING: Can't determine the file type of $prog_file";
5187 if ($main::opt_debug) { print STDERR "Using '$path' for '$tool'.\n"; }
5213 print STDERR
5215 print STDERR "If you want to investigate this profile further, you can do:\n";
5216 print STDERR "\n";
5217 print STDERR " jeprof \\\n";
5218 print STDERR " $main::prog \\\n";
5219 print STDERR " $main::collected_profile\n";
5220 print STDERR "\n";
5231 print STDERR $msg;
5297 if ($main::opt_debug) { print STDERR "Using Image $1\n"; }
5300 if ($main::opt_debug) { print STDERR "Using PDB $1\n"; }
5416 # print STDERR "AddressAddUnitTest: ", 1+$#{$test_data_8}, " tests\n";
5423 if ($main::opt_debug and $main::opt_test) { print STDERR "@{$row}\n"; }
5426 printf STDERR "ERROR: %s != %s + %s = %s\n", $sum,
5433 printf STDERR "AddressAdd 32-bit tests: %d passes, %d failures\n",
5442 if ($main::opt_debug and $main::opt_test) { print STDERR "@{$row}\n"; }
5446 printf STDERR "ERROR: %s != %s + %s = %s\n", $sum,
5453 printf STDERR "AddressAdd 64-bit tests: %d passes, %d failures\n",
5468 # print STDERR "AddressSubUnitTest: ", 1+$#{$test_data_8}, " tests\n";
5475 if ($main::opt_debug and $main::opt_test) { print STDERR "@{$row}\n"; }
5478 printf STDERR "ERROR: %s != %s - %s = %s\n", $sum,
5485 printf STDERR "AddressSub 32-bit tests: %d passes, %d failures\n",
5494 if ($main::opt_debug and $main::opt_test) { print STDERR "@{$row}\n"; }
5497 printf STDERR "ERROR: %s != %s - %s = %s\n", $sum,
5504 printf STDERR "AddressSub 64-bit tests: %d passes, %d failures\n",
5519 # print STDERR "AddressIncUnitTest: ", 1+$#{$test_data_8}, " tests\n";
5526 if ($main::opt_debug and $main::opt_test) { print STDERR "@{$row}\n"; }
5529 printf STDERR "ERROR: %s != %s + 1 = %s\n", $sum,
5536 printf STDERR "AddressInc 32-bit tests: %d passes, %d failures\n",
5545 if ($main::opt_debug and $main::opt_test) { print STDERR "@{$row}\n"; }
5548 printf STDERR "ERROR: %s != %s + 1 = %s\n", $sum,
5555 printf STDERR "AddressInc 64-bit tests: %d passes, %d failures\n",
5606 print STDERR $error_count, " errors: FAILED\n";
5608 print STDERR "PASS\n";