litl
0.1.1
|
A general data structure that corresponds to the header of a trace file. More...
#include <litl_types.h>
Data Fields | |
litl_data_t | process_name [256] |
litl_med_size_t | nb_threads |
litl_med_size_t | header_nb_threads |
litl_size_t | buffer_size |
litl_trace_size_t | trace_size |
litl_offset_t | offset |
A general data structure that corresponds to the header of a trace file.
Definition at line 258 of file litl_types.h.
litl_size_t litl_process_header_t::buffer_size |
A size of buffer
Definition at line 262 of file litl_types.h.
litl_med_size_t litl_process_header_t::header_nb_threads |
A number of threads, which info is stored in the header
Definition at line 261 of file litl_types.h.
litl_med_size_t litl_process_header_t::nb_threads |
A total number of threads
Definition at line 260 of file litl_types.h.
litl_offset_t litl_process_header_t::offset |
An offset to the process-specific threads pairs and their events
Definition at line 264 of file litl_types.h.
litl_data_t litl_process_header_t::process_name[256] |
A name of the process
Definition at line 259 of file litl_types.h.
litl_trace_size_t litl_process_header_t::trace_size |
A trace size
Definition at line 263 of file litl_types.h.