HomeSort by relevance Sort by last modified time
    Searched defs:vfp (Results 1 - 2 of 2) sorted by null

  /external/blktrace/btreplay/
btrecord.c 80 * @vfp: Verbose output file
91 FILE *ofp, *vfp; member in struct:io_stream
584 assert(stream->vfp);
585 fprintf(stream->vfp, "------------------\n");
586 fprintf(stream->vfp, "%4llu.%09llu %3llu\n",
590 fprintf(stream->vfp, "------------------\n");
611 assert(stream->vfp);
613 fprintf(stream->vfp, "\t%1d %10llu\t%10llu\n",
711 stream->vfp = fopen(vfile_name, "w");
712 if (!stream->vfp) {
    [all...]
btreplay.c 102 * @vfp: For verbose dumping of actions performed
114 FILE *vfp; member in struct:thr_info
546 fprintf(tip->vfp, "Pinned to CPU %02d ", tip->cpu);
548 fprintf(tip->vfp, "%1d", CPU_ISSET(i, &now));
549 fprintf(tip->vfp, "\n");
791 tip->vfp = fopen(fn, "w");
792 if (!tip->vfp) {
797 setlinebuf(tip->vfp);
1182 fprintf(tip->vfp, " stall(%lld.%09lld, %lld.%09lld)\n",
1192 fprintf(tip->vfp, "++ stall(%lld.%09lld) ++\n"
    [all...]

Completed in 63 milliseconds