Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dgpu_event_parser.cc95 GpuEventParser::GpuEventParser(TraceProcessorContext* context) in GpuEventParser() function in perfetto::trace_processor::GpuEventParser
124 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 …]
Dgpu_event_parser.h56 class GpuEventParser {
61 explicit GpuEventParser(TraceProcessorContext*);
Dgraphics_event_module.h43 GpuEventParser parser_;