Home
last modified time | relevance | path

Searched refs:ParseGpuMemTotalEvent (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/importers/proto/
Dgraphics_event_module.cc72 parser_.ParseGpuMemTotalEvent(ttp.timestamp, in ParsePacket()
Dgpu_event_parser.h76 void ParseGpuMemTotalEvent(int64_t, ConstBytes);
Dgpu_event_parser.cc741 void GpuEventParser::ParseGpuMemTotalEvent(int64_t ts, ConstBytes blob) { in ParseGpuMemTotalEvent() function in perfetto::trace_processor::GpuEventParser