Home
last modified time | relevance | path

Searched defs:EventInfo (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.h36 EventInfo(uint64_t ts, BytraceLine li) : eventTimestamp(ts), line(li) {} in EventInfo() function
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/htrace_event_parser/
Dhtrace_event_parser.h88 EventInfo(const std::string& common, in EventInfo() function