Home
last modified time | relevance | path

Searched refs:out_fd (Results 1 – 1 of 1) sorted by relevance

/spdk/app/trace_record/
H A Dtrace_record.c44 int out_fd; member
449 ctx->out_fd = open(ctx->out_file, flags, 0600); in trace_files_aggregate()
450 if (ctx->out_fd < 0) { in trace_files_aggregate()
476 rc = cont_write(ctx->out_fd, &current_offset, sizeof(ctx->trace_file->file_size)); in trace_files_aggregate()
483 rc = cont_write(ctx->out_fd, &ctx->trace_file->tsc_rate, in trace_files_aggregate()
492 rc = cont_write(ctx->out_fd, lcore_offsets, sizeof(lcore_offsets)); in trace_files_aggregate()
499 rc = cont_write(ctx->out_fd, &owner_offset, sizeof(owner_offset)); in trace_files_aggregate()
514 rc = cont_write(ctx->out_fd, lcore_port->out_history, sizeof(struct spdk_trace_history)); in trace_files_aggregate()
530 rc = cont_write(ctx->out_fd, copy_buff, len); in trace_files_aggregate()
544 rc = cont_write(ctx->out_fd, owner_buf, owner_size); in trace_files_aggregate()
[all …]