HomeSort by relevance Sort by last modified time
    Searched refs:iostat_ofp (Results 1 - 4 of 4) sorted by null

  /external/blktrace/btt/
iostat.c 54 FILE *iostat_ofp = NULL; variable
58 fprintf(iostat_ofp, "Device: rrqm/s wrqm/s r/s w/s "
118 fprintf(iostat_ofp, "%-11s ", make_dev_hdr(hdr, 11, dip, 1));
119 fprintf(iostat_ofp, "%8.2lf ", (double)sp->rqm[1] / dt);
120 fprintf(iostat_ofp, "%8.2lf ", (double)sp->rqm[0] / dt);
121 fprintf(iostat_ofp, "%7.2lf ", (double)sp->ios[1] / dt);
122 fprintf(iostat_ofp, "%7.2lf ", (double)sp->ios[0] / dt);
123 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[1] / dt);
124 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[0] / dt);
125 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[1] / 2) / dt)
    [all...]
bt_timeline.c 68 if (iostat_ofp) {
69 fprintf(iostat_ofp, "\n");
args.c 412 iostat_ofp = setup_ofile(iostat_name);
globals.h 174 extern FILE *rngs_ofp, *avgs_ofp, *xavgs_ofp, *iostat_ofp, *per_io_ofp;

Completed in 47 milliseconds