Searched refs:wakeupList (Results 1 – 4 of 4) sorted by relevance
100 for (let i = 0; i < SpSystemTrace.wakeupList.length; i++) {101 if (i + 1 == SpSystemTrace.wakeupList.length) {104 let wake = SpSystemTrace.wakeupList[i + 1];106 …req.type == `cpu-data-${SpSystemTrace.wakeupList[i]?.cpu || 0}` ? SpSystemTrace.wakeupList[i] : un…
45 if (SpSystemTrace.wakeupList.length && CpuStruct.selectCpuStruct) {48 for (const item of SpSystemTrace.wakeupList) {51 if (SpSystemTrace.wakeupList[0].schedulingDesc) {52 SpSystemTrace.wakeupList.unshift(saveSelectCpuStruct);69 window.publish(window.SmartEvent.UI.WakeupList, SpSystemTrace.wakeupList);
151 static wakeupList: Array<WakeupBean> = []; property in SpSystemTrace585 for (let i = 0; i < SpSystemTrace.wakeupList.length; i++) {586 if (i + 1 == SpSystemTrace.wakeupList.length) {591 SpSystemTrace.wakeupList[i + 1],602 this.favoriteChartListEL?.drawWakeUpList(SpSystemTrace.wakeupList[i + 1]);666 for (let i = 0; i < SpSystemTrace.wakeupList.length; i++) {667 if (i + 1 == SpSystemTrace.wakeupList.length) {670 drawWakeUpList(context, SpSystemTrace.wakeupList[i + 1], startNS, endNS, totalNS, row.frame);1931 window.publish(window.SmartEvent.UI.WakeupList, SpSystemTrace.wakeupList);1934 SpSystemTrace.wakeupList.push(a);[all …]
51 if (SpSystemTrace.wakeupList.length === 0) {52 SpSystemTrace.wakeupList.unshift(CpuStruct.wakeupBean!);62 SpSystemTrace.wakeupList.unshift(CpuStruct.wakeupBean!);85 for (let wakeupBean of SpSystemTrace.wakeupList) {