Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dtrack_tracker.h167 TrackId CreateGpuCounterTrack(StringId name,
Dtrack_tracker.cc649 TrackId track = CreateGpuCounterTrack(name, gpu_id); in InternGpuCounterTrack()
654 TrackId TrackTracker::CreateGpuCounterTrack(StringId name, in CreateGpuCounterTrack() function in perfetto::trace_processor::TrackTracker
/external/perfetto/src/trace_processor/importers/proto/
Dgpu_event_parser.cc162 auto track_id = context_->track_tracker->CreateGpuCounterTrack( in ParseGpuCounterEvent()
201 TrackId track = context_->track_tracker->CreateGpuCounterTrack( in ParseGpuCounterEvent()