Lines Matching refs:out

937 		goto out;
956 out:
983 process_data(FILE *out, char *data)
992 if (dtrace_consume(g_dtp, out,
1020 FILE *out = stdout;
1162 fail(0, "-e events out of range");
1230 if ((out = fopen(optarg, "w")) == NULL)
1406 * Before we read out the results, we need to allocate our buffer.
1427 * Read out the DTrace data.
1429 g_nrecs_used = process_data(out, data_buf);
1433 "ran out of data records (use -n for more)\n");
1515 report_trace(out, sort_buf);
1586 report_stats(out, first, current - first, ev_count[event],
1618 report_stats(FILE *out, lsrec_t **sort_buf, size_t nrecs, uint64_t total_count,
1635 (void) fprintf(out, "%20llu %s\n",
1648 (void) fprintf(out,
1656 (void) fprintf(out, "%5s %4s %4s %4s %8s %-22s %-24s\n",
1660 (void) fprintf(out, "---------------------------------"
1674 (void) fprintf(out, "%u %u",
1676 (void) fprintf(out, " %s",
1678 (void) fprintf(out, " %s",
1680 (void) fprintf(out, " %f",
1683 (void) fprintf(out, " %llu",
1687 (void) fprintf(out, " %u",
1694 (void) fprintf(out, " %s",
1697 (void) fprintf(out, "\n");
1702 (void) fprintf(out, "---------------------------------"
1706 (void) fprintf(out, "%5s %4s %4s %4s %8s %-22s %-24s\n",
1725 (void) fprintf(out, "%5llu ",
1729 (void) fprintf(out, "%3.0f%% ", percent);
1732 (void) fprintf(out, "---- ");
1734 (void) fprintf(out, "%3.0f%% ", ptotal);
1736 (void) fprintf(out, "%4.2f %8s ",
1739 (void) fprintf(out, "%-22s ",
1742 (void) fprintf(out, "%-24s\n",
1748 (void) fprintf(out, "\n");
1749 (void) fprintf(out, "%10s %31s %-9s %-24s\n",
1780 (void) fprintf(out, "%10llu |%s%s %-9u ",
1788 (void) fprintf(out, "\n");
1791 (void) fprintf(out, "%-24s\n",
1796 (void) fprintf(out, "%15s %-36s %-24s\n", "", "",
1803 (void) fprintf(out, "---------------------------------"
1806 (void) fflush(out);
1810 report_trace(FILE *out, lsrec_t **sort_buf)
1820 (void) fprintf(out, "%5s %7s %11s %-24s %-24s\n",
1822 (void) fprintf(out, "---------------------------------"
1833 (void) fprintf(out, "%2d %10llu %11p %-24s %-24s\n",
1850 (void) fprintf(out, "%53s %-24s\n", "",
1854 (void) fprintf(out, "\n");
1857 (void) fflush(out);