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.cc337 TrackId track = CreateGpuCounterTrack(name, gpu_id); in InternGpuCounterTrack()
393 TrackId TrackTracker::CreateGpuCounterTrack(StringId name, in CreateGpuCounterTrack() function in perfetto::trace_processor::TrackTracker
Dtrack_tracker.h132 TrackId CreateGpuCounterTrack(StringId name,
/external/perfetto/src/trace_processor/importers/proto/
Dgpu_event_parser.cc169 auto track_id = context_->track_tracker->CreateGpuCounterTrack( in ParseGpuCounterEvent()