Home | History | Annotate | Download | only in btreplay

Lines Matching refs:vfp

102  * @vfp:	For verbose dumping of actions performed
114 FILE *vfp;
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",
1229 fprintf(tip->vfp, "\t%10llu + %10llu %c%c\n",
1269 fprintf(tip->vfp, "submit(%d)\n", ntodo);
1341 fprintf(tip->vfp, "\n=== %d ===\n", tip->iterations);