litl  0.1.9
Data Fields

A data structure for reading process-specific events. More...

#include <litl_types.h>

Data Fields

litl_process_header_theader
 
litl_buffer_t header_buffer_ptr
 
litl_buffer_t header_buffer
 
litl_med_size_t nb_threads
 
litl_read_thread_t ** threads
 
int cur_index
 
int is_initialized
 

Detailed Description

A data structure for reading process-specific events.

Definition at line 370 of file litl_types.h.

Field Documentation

◆ cur_index

int litl_read_process_t::cur_index

An index of the current thread

Definition at line 378 of file litl_types.h.

◆ header

litl_process_header_t* litl_read_process_t::header

A pointer to the process header

Definition at line 371 of file litl_types.h.

◆ header_buffer

litl_buffer_t litl_read_process_t::header_buffer

A pointer to the current position within the header buffer

Definition at line 373 of file litl_types.h.

◆ header_buffer_ptr

litl_buffer_t litl_read_process_t::header_buffer_ptr

A pointer to the beginning of the header buffer

Definition at line 372 of file litl_types.h.

◆ is_initialized

int litl_read_process_t::is_initialized

Indicates that the process was initialized

Definition at line 379 of file litl_types.h.

◆ nb_threads

litl_med_size_t litl_read_process_t::nb_threads

A number of threads

Definition at line 375 of file litl_types.h.

◆ threads

litl_read_thread_t** litl_read_process_t::threads

An array of threads

Definition at line 376 of file litl_types.h.


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