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

A data structure for reading events from both regular trace files and archives of traces. More...

#include <litl_types.h>

Data Fields

int f_handle
 
litl_general_header_theader
 
litl_buffer_t header_buffer_ptr
 
litl_buffer_t header_buffer
 
litl_med_size_t nb_processes
 
litl_read_process_t ** processes
 

Detailed Description

A data structure for reading events from both regular trace files and archives of traces.

Definition at line 384 of file litl_types.h.

Field Documentation

int litl_read_trace_t::f_handle

A file handler

Definition at line 385 of file litl_types.h.

litl_general_header_t* litl_read_trace_t::header

A pointer to the trace header

Definition at line 387 of file litl_types.h.

litl_buffer_t litl_read_trace_t::header_buffer

A pointer to the current position in the header buffer

Definition at line 389 of file litl_types.h.

litl_buffer_t litl_read_trace_t::header_buffer_ptr

A pointer to the beginning of the header buffer

Definition at line 388 of file litl_types.h.

litl_med_size_t litl_read_trace_t::nb_processes

A number of processes

Definition at line 391 of file litl_types.h.

litl_read_process_t** litl_read_trace_t::processes

An array of processes

Definition at line 392 of file litl_types.h.


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