litl  0.1.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
litl_read_process_t Struct Reference

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 367 of file litl_types.h.

Field Documentation

int litl_read_process_t::cur_index

An index of the current thread

Definition at line 375 of file litl_types.h.

litl_process_header_t* litl_read_process_t::header

A pointer to the process header

Definition at line 368 of file litl_types.h.

litl_buffer_t litl_read_process_t::header_buffer

A pointer to the current position within the header buffer

Definition at line 370 of file litl_types.h.

litl_buffer_t litl_read_process_t::header_buffer_ptr

A pointer to the beginning of the header buffer

Definition at line 369 of file litl_types.h.

int litl_read_process_t::is_initialized

Indicates that the process was initialized

Definition at line 376 of file litl_types.h.

litl_med_size_t litl_read_process_t::nb_threads

A number of threads

Definition at line 372 of file litl_types.h.

litl_read_thread_t** litl_read_process_t::threads

An array of threads

Definition at line 373 of file litl_types.h.


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