Searched refs:cont_write (Results 1 – 1 of 1) sorted by relevance
| /spdk/app/trace_record/ |
| H A D | trace_record.c | 213 cont_write(int fildes, const void *buf, size_t nbyte) in cont_write() function 283 rc = cont_write(fd, &in_history->entries[cir_start], in circular_buffer_padding_backward() 305 rc = cont_write(fd, &in_history->entries[cir_start], in circular_buffer_padding_across() 316 rc = cont_write(fd, &in_history->entries[0], sizeof(struct spdk_trace_entry) * cir_end); in circular_buffer_padding_across() 476 rc = cont_write(ctx->out_fd, ¤t_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() [all …]
|