Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneCurrentSelection.ts1262 let wb: WakeupBean | null = null; variable
1272 wb = wf[0];
1273 if (wb !== null) {
1274 wb.wakeupTime = wakeupTs - recordStartTs;
1275 wb.process = Utils.PROCESS_MAP.get(wb.pid!) || 'Process';
1276 wb.thread = Utils.THREAD_MAP.get(wb.tid!) || 'Thread';
1277 wb.schedulingLatency = (data.startTime || 0) - (wb.wakeupTime || 0);
1278 wb.schedulingDesc = INPUT_WORD;
1282 return wb;
1290 let wb: WakeupBean | null = null; variable
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts227 tabPaneCurrentSelection.queryWakeUpData.wb = jest.fn(() => null);
291 tabPaneCurrentSelection.queryWakeUpData.wb = jest.fn(() => null);
/developtools/profiler/hiebpf/include/
Dvmlinux.h2761 struct bdi_writeback wb; member
4775 struct bdi_writeback *wb; member
36699 struct bdi_writeback *wb; member