Searched refs:iostat_ofp (Results 1 – 4 of 4) sorted by relevance
/external/blktrace/btt/ |
D | iostat.c | 54 FILE *iostat_ofp = NULL; variable 58 fprintf(iostat_ofp, "Device: rrqm/s wrqm/s r/s w/s " in dump_hdr() 118 fprintf(iostat_ofp, "%-11s ", make_dev_hdr(hdr, 11, dip, 1)); in __dump_stats() 119 fprintf(iostat_ofp, "%8.2lf ", (double)sp->rqm[1] / dt); in __dump_stats() 120 fprintf(iostat_ofp, "%8.2lf ", (double)sp->rqm[0] / dt); in __dump_stats() 121 fprintf(iostat_ofp, "%7.2lf ", (double)sp->ios[1] / dt); in __dump_stats() 122 fprintf(iostat_ofp, "%7.2lf ", (double)sp->ios[0] / dt); in __dump_stats() 123 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[1] / dt); in __dump_stats() 124 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[0] / dt); in __dump_stats() 125 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[1] / 2) / dt); in __dump_stats() [all …]
|
D | bt_timeline.c | 71 if (iostat_ofp) { in main() 72 fprintf(iostat_ofp, "\n"); in main()
|
D | args.c | 421 iostat_ofp = setup_ofile(iostat_name); in handle_args()
|
D | globals.h | 179 extern FILE *rngs_ofp, *avgs_ofp, *xavgs_ofp, *iostat_ofp, *per_io_ofp;
|