Lines Matching refs:Output
39 # output.
139 # Used as separator to parse "addr2line -i" output.
192 Output type:
462 # Check output granularities
470 usage("Only specify one output granularity option");
476 # Check output modes
495 usage("Only specify one output mode");
597 # Reduce profiles to required output granularity, and also clean
612 # Make sure the output is empty when have nothing to report
664 PrintSymbols(*STDIN); # Get /proc/maps and symbols output from stdin
810 $| = 1; # Make output unbuffered for interactive mode
1099 ##### Output code #####
1186 # if used with remote fetch, simply dump the collected profile to output.
1204 # Print text output
1381 # output (same format as expected from the profiles) or that looks
1383 # /proc/maps output, and for all the hex addresses, we will output
1426 my $output = \*STDOUT;
1430 # Arrange to write the output to a temporary file
1437 $output = \*TEMP;
1438 print $output HtmlListingHeader();
1439 printf $output ("<div class=\"legend\">%s<br>Total: %s %s</div>\n",
1460 $output);
1470 print $output HtmlListingFooter();
1471 close($output);
1474 close($output);
1624 my $output = shift;
1796 printf $output (
1805 printf $output (
1826 if ($l == $firstline) { print $output $skip_marker; }
1843 printf $output (
1852 printf $output(
1859 if ($l == $lastline) { print $output $skip_marker; }
1864 print $output "</pre>\n";
2057 # Open DOT output file
2058 my $output;
2063 $output = "| $escaped_dot -Tps2 >$escaped_outfile";
2066 $output = "| $escaped_dot -Tps2 | $escaped_ps2pdf - $escaped_outfile";
2068 $output = "| $escaped_dot -Tps2";
2070 $output = "| $escaped_dot -Tps2 | $escaped_ps2pdf - -";
2074 $output = "| $escaped_dot -Tsvg >$escaped_outfile";
2076 $output = "| $escaped_dot -Tgif";
2078 $output = ">&STDOUT";
2080 open(DOT, $output) || error("$output: $!\n");
2088 # The output is more printable if we set the page size for dot.
2214 # SVG output treats line widths < 1 poorly.
2259 # Dot's SVG output is
2293 # --svg: write to standard output.
2737 # Return output units
3409 # Fetches and processes symbols to prepare them for use in the profile output
4368 printf STDERR ("Ignoring unnknown variable in /contention output: " .
4456 # Get objdump output from the library file to figure out how to
4495 # Get otool output from the library file to figure out how to
5015 # Get nm output sorted by increasing address
5033 # Sort addresses so we can do a join against nm output
5063 # Trim overly long symbols found in disassembler output
5304 # Handle the last line in the nm output. Unfortunately, we don't know
5349 # to use the -f flag to get 'flat' nm output (otherwise we don't sort