Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/cpu_freq/
Dcontroller.ts148 if (this.config.idleTrackId !== undefined) {
155 const geqConstraint = this.config.idleTrackId === undefined ?
186 if (this.config.idleTrackId === undefined) {
205 if (this.config.idleTrackId === undefined) {
224 where track_id = ${this.config.idleTrackId};
Dcommon.ts33 idleTrackId?: number; property
/external/perfetto/ui/src/controller/
Dtrack_decider.ts182 const idleTrackId = idleTrackExists ? constant
196 idleTrackId,