Lines Matching defs:output

28 		fprintf(config->output, "%s%" PRIu64 "%s%.2f",
34 fprintf(config->output, " (%.2f%%)", 100.0 * run / ena);
44 fprintf(config->output, "%s%.2f%%", config->csv_sep, pct);
46 fprintf(config->output, " ( +-%6.2f%% )", pct);
65 fprintf(config->output, "%s%s", config->csv_sep, cgrp_name);
75 fprintf(config->output, "S%d-D%d-C%*d%s%*d%s",
86 fprintf(config->output, "S%d-D%*d%s%*d%s",
96 fprintf(config->output, "S%*d%s%*d%s",
105 fprintf(config->output, "N%*d%s%*d%s",
115 fprintf(config->output, "S%d-D%d-C%*d%s",
121 fprintf(config->output, "CPU%*d%s",
128 fprintf(config->output, "%*s-%*d%s",
345 FILE *output = config->output;
360 fprintf(output, fmt, avg, config->csv_sep);
363 fprintf(output, "%-*s%s",
367 fprintf(output, "%-*s", config->csv_output ? 0 : 25, evsel__name(evsel));
403 .fh = config->output,
445 fprintf(config->output, "%*s%s",
456 fprintf(config->output, "%-*s%s",
460 fprintf(config->output, "%*s",
610 * consistent output in interval mode.
630 FILE *output = config->output;
650 fprintf(output, "%s", prefix);
656 fputc('\n', output);
664 FILE *output = config->output;
680 fprintf(output, "%s", prefix);
689 fputc('\n', output);
726 * otherwise too many 0 output.
752 FILE *output = config->output;
766 fprintf(output, "%s", prefix);
777 fputc('\n', output);
807 FILE *output = config->output;
815 fprintf(output, "%s", prefix);
821 fprintf(output, "\n");
842 FILE *output = config->output;
857 fprintf(output, "%s", prefix);
863 fputc('\n', output);
882 fputs(prefix, config->output);
896 fputc('\n', config->output);
925 .fh = config->output
929 fprintf(config->output, "%s", prefix);
932 fprintf(config->output, "%*s",
936 fputs("time,", config->output);
937 fputs(aggr_header_csv[config->aggr_mode], config->output);
953 fputc('\n', config->output);
962 FILE *output = config->output;
973 fprintf(output, "# time node cpus");
975 fprintf(output, " counts %*s events\n", unit_width, "unit");
978 fprintf(output, "# time socket cpus");
980 fprintf(output, " counts %*s events\n", unit_width, "unit");
983 fprintf(output, "# time die cpus");
985 fprintf(output, " counts %*s events\n", unit_width, "unit");
988 fprintf(output, "# time core cpus");
990 fprintf(output, " counts %*s events\n", unit_width, "unit");
993 fprintf(output, "# time CPU ");
995 fprintf(output, " counts %*s events\n", unit_width, "unit");
998 fprintf(output, "# time comm-pid");
1000 fprintf(output, " counts %*s events\n", unit_width, "unit");
1004 fprintf(output, "# time");
1006 fprintf(output, " counts %*s events\n", unit_width, "unit");
1022 FILE *output = config->output;
1028 fprintf(output, "\n");
1029 fprintf(output, " Performance counter stats for ");
1031 fprintf(output, "\'system wide");
1033 fprintf(output, "\'CPU(s) %s", _target->cpu_list);
1035 fprintf(output, "\'%s", argv ? argv[0] : "pipe");
1037 fprintf(output, " %s", argv[i]);
1039 fprintf(output, "process id \'%s", _target->pid);
1041 fprintf(output, "thread id \'%s", _target->tid);
1043 fprintf(output, "\'");
1045 fprintf(output, " (%d runs)", config->run_count);
1046 fprintf(output, ":\n\n");
1059 FILE *output, int precision, double avg)
1068 fprintf(output, "%*s# Table of individual measurements:\n", indent, "");
1074 fprintf(output, " %17.*f (%+.*f) ",
1078 fprintf(output, "#");
1080 fprintf(output, "\n");
1083 fprintf(output, "\n%*s# Final result:\n", indent, "");
1094 FILE *output = config->output;
1097 fprintf(output, "\n");
1100 fprintf(output, " %17.9f seconds time elapsed", avg);
1106 fprintf(output, "\n\n");
1107 fprintf(output, " %17.9f seconds user\n", ru_utime);
1108 fprintf(output, " %17.9f seconds sys\n", ru_stime);
1119 print_table(config, output, precision, avg);
1121 fprintf(output, " %17.*f +- %.*f seconds time elapsed",
1126 fprintf(output, "\n\n");
1129 fprintf(output,
1136 fprintf(output,
1165 FILE *output = config->output;
1177 fprintf(output, "%s", prefix);
1185 fputc('\n', output);
1213 fprintf(config->output, "%s", prefix);
1233 fputc('\n', config->output);
1255 fflush(config->output);