Searched refs:ParseGpuCounterEvent (Results 1 – 3 of 3) sorted by relevance
49 parser_.ParseGpuCounterEvent(ttp.timestamp, decoder.gpu_counter_event()); in ParsePacket()
63 void ParseGpuCounterEvent(int64_t ts, ConstBytes);
124 void GpuEventParser::ParseGpuCounterEvent(int64_t ts, ConstBytes blob) { in ParseGpuCounterEvent() function in perfetto::trace_processor::GpuEventParser