Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/cpu/
DTabPaneFrequencySample.test.ts100 cpuStateRowsId:[],
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPaneFrequencySample.ts185 if (!frqSampleParam.cpuStateRowsId.length) {
192 let cpuStateIds:any = frqSampleParam.cpuStateRowsId.filter(
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.init.ts428 selection.cpuStateRowsId = sp.stateRowsId;
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts57 cpuStateRowsId: Array<object> = []; property in SelectionParam