|
litl
0.1.9
|
Functions | |
| litl_read_trace_t * | litl_read_open_trace (const char *filename) |
| Opens a trace and reads the first portion of data (trace header) to the buffer. More... | |
| void | litl_read_init_processes (litl_read_trace_t *trace) |
| Initializes the event reading structure. More... | |
| litl_general_header_t * | litl_read_get_trace_header (litl_read_trace_t *trace) |
| Returns a pointer to the trace header. More... | |
| litl_process_header_t * | litl_read_get_process_header (litl_read_process_t *process) |
| Returns a pointer to the process header. More... | |
| void | litl_read_set_buffer_size (litl_read_trace_t *trace, const litl_size_t buf_size) |
| Sets the buffer size. More... | |
| litl_size_t | litl_read_get_buffer_size (litl_read_trace_t *trace) |
| Returns the buffer size. More... | |
| litl_size_t litl_read_get_buffer_size | ( | litl_read_trace_t * | trace | ) |
Returns the buffer size.
| trace | A pointer to the trace object |
Definition at line 264 of file litl_read.c.
| litl_process_header_t* litl_read_get_process_header | ( | litl_read_process_t * | process | ) |
Returns a pointer to the process header.
| process | A pointer to the process object |
Definition at line 245 of file litl_read.c.
| litl_general_header_t* litl_read_get_trace_header | ( | litl_read_trace_t * | trace | ) |
Returns a pointer to the trace header.
| trace | A pointer to the trace object |
Definition at line 238 of file litl_read.c.
| void litl_read_init_processes | ( | litl_read_trace_t * | trace | ) |
Initializes the event reading structure.
| trace | A pointer to the trace object |
Definition at line 206 of file litl_read.c.
| litl_read_trace_t* litl_read_open_trace | ( | const char * | filename | ) |
Opens a trace and reads the first portion of data (trace header) to the buffer.
| filename | A filename |
Definition at line 187 of file litl_read.c.
| void litl_read_set_buffer_size | ( | litl_read_trace_t * | trace, |
| const litl_size_t | buf_size | ||
| ) |
Sets the buffer size.
| trace | A pointer to the trace object |
| buf_size | A buffer size (in Byte) |
Definition at line 253 of file litl_read.c.
1.8.13