litl  0.1.9
Data Fields

A data structure for splitting an archive of traces. More...

#include <litl_types.h>

Data Fields

int f_handle
 
litl_buffer_t header_buffer_ptr
 
litl_buffer_t header_buffer
 
litl_general_header_ttrace_header
 
litl_process_header_tprocess_header
 
litl_med_size_t nb_processes
 
litl_buffer_t buffer
 
litl_size_t buffer_size
 

Detailed Description

A data structure for splitting an archive of traces.

Definition at line 420 of file litl_types.h.

Field Documentation

◆ buffer

litl_buffer_t litl_trace_split_t::buffer

A pointer to the buffer

Definition at line 430 of file litl_types.h.

◆ buffer_size

litl_size_t litl_trace_split_t::buffer_size

A buffer size

Definition at line 431 of file litl_types.h.

◆ f_handle

int litl_trace_split_t::f_handle

A file handler

Definition at line 421 of file litl_types.h.

◆ header_buffer

litl_buffer_t litl_trace_split_t::header_buffer

A pointer to the current position within the header buffer

Definition at line 424 of file litl_types.h.

◆ header_buffer_ptr

litl_buffer_t litl_trace_split_t::header_buffer_ptr

A pointer to the beginning of the header buffer

Definition at line 423 of file litl_types.h.

◆ nb_processes

litl_med_size_t litl_trace_split_t::nb_processes

A number of processes

Definition at line 428 of file litl_types.h.

◆ process_header

litl_process_header_t* litl_trace_split_t::process_header

A pointer to a process header

Definition at line 426 of file litl_types.h.

◆ trace_header

litl_general_header_t* litl_trace_split_t::trace_header

A pointer to a trace header

Definition at line 425 of file litl_types.h.


The documentation for this struct was generated from the following file: