litl
0.1.9
|
Functions | |
void | litl_read_reset_process (litl_read_process_t *process) |
Resets the trace pointer. More... | |
litl_read_event_t * | litl_read_next_process_event (litl_read_trace_t *trace, litl_read_process_t *process) |
Reads the next event from a trace. More... | |
litl_read_event_t * | litl_read_next_thread_event (litl_read_trace_t *trace, litl_read_process_t *process, litl_read_thread_t *thread) |
Reads the next event from a trace. More... | |
litl_read_event_t * | litl_read_next_event (litl_read_trace_t *trace) |
Reads the next event from a trace file. More... | |
void | litl_read_finalize_trace (litl_read_trace_t *trace) |
Closes the trace and frees the allocated memory. More... | |
void litl_read_finalize_trace | ( | litl_read_trace_t * | trace | ) |
Closes the trace and frees the allocated memory.
trace | A pointer to the trace object |
Definition at line 451 of file litl_read.c.
litl_read_event_t* litl_read_next_event | ( | litl_read_trace_t * | trace | ) |
Reads the next event from a trace file.
trace | A pointer to the trace object |
Definition at line 432 of file litl_read.c.
litl_read_event_t* litl_read_next_process_event | ( | litl_read_trace_t * | trace, |
litl_read_process_t * | process | ||
) |
Reads the next event from a trace.
trace | A pointer to the trace object |
process | A pointer to the process object |
Definition at line 393 of file litl_read.c.
litl_read_event_t* litl_read_next_thread_event | ( | litl_read_trace_t * | trace, |
litl_read_process_t * | process, | ||
litl_read_thread_t * | thread | ||
) |
Reads the next event from a trace.
trace | A pointer to the trace object |
process | A pointer to the process object |
thread | A pointer to the thread object |
Definition at line 383 of file litl_read.c.
void litl_read_reset_process | ( | litl_read_process_t * | process | ) |
Resets the trace pointer.
process | A pointer to the process object |
Definition at line 296 of file litl_read.c.