Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dsearch_controller.ts208 const cpuToTrackId = new Map(); constant
212 cpuToTrackId.set((track.config as {cpu: number}).cpu, track.id);
281 trackId = cpuToTrackId.get(sourceId);