litl
0.1.1
|
A data structure for splitting an archive of traces. More...
#include <litl_types.h>
A data structure for splitting an archive of traces.
Definition at line 417 of file litl_types.h.
litl_buffer_t litl_trace_split_t::buffer |
A pointer to the buffer
Definition at line 427 of file litl_types.h.
litl_size_t litl_trace_split_t::buffer_size |
A buffer size
Definition at line 428 of file litl_types.h.
int litl_trace_split_t::f_handle |
A file handler
Definition at line 418 of file litl_types.h.
litl_buffer_t litl_trace_split_t::header_buffer |
A pointer to the current position within the header buffer
Definition at line 421 of file litl_types.h.
litl_buffer_t litl_trace_split_t::header_buffer_ptr |
A pointer to the beginning of the header buffer
Definition at line 420 of file litl_types.h.
litl_med_size_t litl_trace_split_t::nb_processes |
A number of processes
Definition at line 425 of file litl_types.h.
litl_process_header_t* litl_trace_split_t::process_header |
A pointer to a process header
Definition at line 423 of file litl_types.h.
litl_general_header_t* litl_trace_split_t::trace_header |
A pointer to a trace header
Definition at line 422 of file litl_types.h.