litl
0.1.1
|
A data structure for pairs (tid, offset) stored in the trace header. More...
#include <litl_types.h>
Data Fields | |
litl_tid_t | tid |
litl_offset_t | offset |
A data structure for pairs (tid, offset) stored in the trace header.
Definition at line 271 of file litl_types.h.
litl_offset_t litl_thread_pair_t::offset |
An offset to the chunk of events
Definition at line 273 of file litl_types.h.
litl_tid_t litl_thread_pair_t::tid |
A thread ID
Definition at line 272 of file litl_types.h.