Searched refs:GpuEventParser (Results 1 – 3 of 3) sorted by relevance
95 GpuEventParser::GpuEventParser(TraceProcessorContext* context) in GpuEventParser() function in perfetto::trace_processor::GpuEventParser124 void GpuEventParser::ParseGpuCounterEvent(int64_t ts, ConstBytes blob) { in ParseGpuCounterEvent()222 const StringId GpuEventParser::GetFullStageName( in GetFullStageName()253 void GpuEventParser::InsertGpuTrack( in InsertGpuTrack()294 base::Optional<std::string> GpuEventParser::FindDebugName( in FindDebugName()310 const StringId GpuEventParser::ParseRenderSubpasses( in ParseRenderSubpasses()338 void GpuEventParser::ParseGpuRenderStageEvent( in ParseGpuRenderStageEvent()488 void GpuEventParser::UpdateVulkanMemoryAllocationCounters( in UpdateVulkanMemoryAllocationCounters()588 void GpuEventParser::ParseVulkanMemoryEvent( in ParseVulkanMemoryEvent()669 void GpuEventParser::ParseGpuLog(int64_t ts, ConstBytes blob) { in ParseGpuLog()[all …]
56 class GpuEventParser {61 explicit GpuEventParser(TraceProcessorContext*);
43 GpuEventParser parser_;