Searched refs:out_file (Results 1 – 1 of 1) sorted by relevance
| /spdk/app/trace_record/ |
| H A D | trace_record.c | 43 const char *out_file; member 122 ctx->out_file = aggr_path; in output_trace_files_prepare() 127 name_len = snprintf(port_ctx->lcore_file, TRACE_PATH_MAX, "%s-%d", ctx->out_file, i); in output_trace_files_prepare() 136 if (access(ctx->out_file, F_OK) == 0) { in output_trace_files_prepare() 137 rc = unlink(ctx->out_file); in output_trace_files_prepare() 449 ctx->out_fd = open(ctx->out_file, flags, 0600); in trace_files_aggregate() 451 fprintf(stderr, "Could not open aggregation file %s.\n", ctx->out_file); in trace_files_aggregate() 456 printf("Create trace file %s for output\n", ctx->out_file); in trace_files_aggregate() 550 printf("All lcores trace entries are aggregated into trace file %s\n", ctx->out_file); in trace_files_aggregate()
|