Lines Matching defs:outfile
67 FILE *outfile;
80 fprintf(outfile, "%s\n", str);
104 intel_batch_decode_ctx_init(&batch_ctx, &isa, &devinfo, outfile,
124 fprintf(outfile, "%sAubinator: Intel AUB file decoder.%-80s%s\n",
128 fprintf(outfile, "File name: %s\n", input_file);
131 fprintf(outfile, "PCI ID: 0x%x\n", aub_pci_id);
133 fprintf(outfile, "Application name: %s\n", app_name);
135 fprintf(outfile, "Decoding as: %s\n", devinfo.name);
138 fprintf(outfile, "\n");
315 outfile = stdout;