• Home
  • Raw
  • Download

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}…
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";
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"; }
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";