Searched refs:wakeupTs (Results 1 – 6 of 6) sorted by relevance
85 const wakeupTs = wakeupRow[0]; constant89 (select utid from raw where name = 'sched_wakeup' and ts = ${wakeupTs})90 and ts < ${wakeupTs} and ts + dur >= ${wakeupTs};`;94 wakeupTs: fromNs(wakeupTs),
65 if (details.wakeupTs && details.wakerUtid !== undefined) {91 details.wakeupTs - globals.state.traceTime.startSec)107 (details.wakeupTs -
151 globals.sliceDetails.wakeupTs !== undefined) {155 globals.sliceDetails.wakeupTs,
263 globals.sliceDetails.wakeupTs !== undefined) {267 globals.sliceDetails.wakeupTs,
30 wakeupTs?: number; property
203 if (details.wakeupTs) {204 const wakeupPos = timeScale.timeToPx(details.wakeupTs);213 const displayText = timeToString(tStart - details.wakeupTs);233 if (this.config.cpu === details.wakerCpu && details.wakeupTs) {234 const wakeupPos = timeScale.timeToPx(details.wakeupTs);