litl  0.1.9
Data Fields

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
 

Detailed Description

A data structure for pairs (tid, offset) stored in the trace header.

Definition at line 273 of file litl_types.h.

Field Documentation

◆ offset

litl_offset_t litl_thread_pair_t::offset

An offset to the chunk of events

Definition at line 275 of file litl_types.h.

◆ tid

litl_tid_t litl_thread_pair_t::tid

A thread ID

Definition at line 274 of file litl_types.h.


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