Lines Matching refs:parseInt
134 this.cpus.push(parseInt(it.rowId!));
141 let filterId = parseInt(it.rowId!);
150 let filterId = parseInt(it.rowId!);
190 this.threadIds.push(parseInt(th.rowId!));
198 this.funTids.push(parseInt(th.rowId!));
201 this.processTrackIds.push(parseInt(th.rowId!));
250 this.funTids.push(parseInt(it.rowId!));
259 taskData!.tid = parseInt(it.rowId!);
366 this.perfProcess.push(parseInt(it.rowId!.split('-')[0]));
369 this.perfThread.push(parseInt(it.rowId!.split('-')[0]));
399 let ipid = parseInt(arr[0]);
685 this.irqCallIds.push(parseInt(it.getAttribute('callId') || '-1'));
687 this.softIrqCallIds.push(parseInt(it.getAttribute('callId') || '-1'));
800 this.threadIds.push(parseInt(it.rowId!));
808 this.processTrackIds.push(parseInt(it.rowId!));
810 this.virtualTrackIds.push(parseInt(it.rowId!));