Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dselection_controller.ts364 const queryPrevSched = `select ts from sched where utid = ${utid} constant
366 const prevSchedRow = await this.args.engine.queryOneRow(queryPrevSched);