Lines Matching defs:file
70 const spdk_trace_file *file() const { return _trace_file; }
303 SPDK_ERRLOG("Could not open trace file: %s (%d)\n", opts->filename, errno);
309 SPDK_ERRLOG("Could not get size of trace file: %s\n", opts->filename);
314 SPDK_ERRLOG("Invalid trace file: %s\n", opts->filename);
318 /* Map the header of trace file */
323 SPDK_ERRLOG("Could not mmap trace file: %s\n", opts->filename);
328 /* Remap the entire trace file */
332 SPDK_ERRLOG("Trace file %s is not valid\n", opts->filename);
339 SPDK_ERRLOG("Could not mmap trace file: %s\n", opts->filename);
375 SPDK_ERRLOG("Trace file %s has no trace history for lcore %d\n",
436 return parser->file();