Searched defs:EventInfo (Results 1 – 2 of 2) sorted by relevance
39 struct EventInfo { struct55 void AppendEvent(std::unique_ptr<EventInfo> event); argument
36 EventInfo(uint64_t ts, const BytraceLine &li) : eventTimestamp(ts), line(li) {} in EventInfo() function