Searched defs:EventBoundary (Results 1 – 1 of 1) sorted by relevance
36 struct EventBoundary { struct38 uint64 time_ps;40 EventType type;42 bool is_start;43 EventBoundary(uint64 time_ps, EventType type, bool is_start) in EventBoundary() argument