Home
last modified time | relevance | path

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

/spdk/app/trace_record/
H A Dtrace_record.c440 char copy_buff[TRACE_FILE_COPY_SIZE]; in trace_files_aggregate() local
528 while ((len = cont_read(lcore_port->fd, copy_buff, TRACE_FILE_COPY_SIZE)) > 0) { in trace_files_aggregate()
530 rc = cont_write(ctx->out_fd, copy_buff, len); in trace_files_aggregate()