Home
last modified time | relevance | path

Searched refs:processIds (Results 1 – 25 of 25) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/process/
DTabPaneThreadStates.test.ts79 let a = { rightNs: 1, leftNs: 0, threadIds: [11, 12, 13], processIds: [11, 12, 13] };
87 let a = { rightNs: 1, leftNs: 0, threadIds: [11, 12, 13], processIds: [11, 12, 13] };
DTabPaneStaticInit.test.ts73 processIds: [3913],
DTabPaneSlices.test.ts72 processIds: [578],
DTabPaneStartup.test.ts101 processIds: [3913],
DTabPaneThreadUsage.test.ts94 processIds: [28549],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsage.test.ts45 processIds: [1, 2],
DTabPaneFreqDataCut.test.ts45 processIds: [1, 2],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/binder/
DTabPaneBinder.test.ts65 processIds: [1, 2],
DTabPaneBinderDataCut.test.ts49 processIds: [114, 23],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/gpufreq/
DtabPaneGpufreqUsage.test.ts61 processIds: [114, 23],
DtabPaneGpufreqDataCut.test.ts44 processIds: [114, 23],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/
DTabPanePurgTotal.test.ts113 processIds: [],
DTabPanePurgTotalSelection.test.ts104 processIds: [],
DTabPanePurgPinSelection.test.ts113 processIds: [],
DTabPanePurgPin.test.ts126 processIds: [],
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneThreadUsage.ts91 let filterArr = result.filter((it) => threadUsageParam.processIds.includes(it.pid));
94 if (threadUsageParam.processIds.includes(resultEl.pid)) {
DTabPaneStaticInit.ts42 …getTabStaticInit(staticinitParam.processIds, staticinitParam.leftNs, staticinitParam.rightNs).then(
DTabPaneStartup.ts52 getTabStartups(startupParam.processIds, startupParam.leftNs, startupParam.rightNs).then(
DTabPaneSlices.ts49 …getTabSlices(slicesParam.funTids, slicesParam.processIds, slicesParam.leftNs, slicesParam.rightNs)…
DTabPaneThreadStates.ts168 if (threadStatesParam.processIds.includes(e.pid)) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsage.ts59 let processArr: Array<number> = threadStatesParam.processIds.length > 1
60 ? [...new Set(threadStatesParam.processIds)] : threadStatesParam.processIds;
143 if (threadStatesParam.processIds.includes(e.pid)) {
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/schedswitch/
DTabPaneSchedSwitch.test.ts41 processIds: [114, 23],
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheetConfig.ts180 require: (param: SelectionParam) => param.processIds.length > 0 && param.startup,
185 require: (param: SelectionParam) => param.processIds.length > 0 && param.staticInit,
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts321 if (!selection.processIds.includes(pid)) {
322 selection.processIds.push(pid);
/developtools/smartperf_host/ide/src/trace/bean/
DBoxSelection.ts63 processIds: Array<number> = []; property in SelectionParam