Searched refs:processIds (Results 1 – 25 of 25) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/process/ |
| D | TabPaneThreadStates.test.ts | 79 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] };
|
| D | TabPaneStaticInit.test.ts | 73 processIds: [3913],
|
| D | TabPaneSlices.test.ts | 72 processIds: [578],
|
| D | TabPaneStartup.test.ts | 101 processIds: [3913],
|
| D | TabPaneThreadUsage.test.ts | 94 processIds: [28549],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/frequsage/ |
| D | TabPaneFreqUsage.test.ts | 45 processIds: [1, 2],
|
| D | TabPaneFreqDataCut.test.ts | 45 processIds: [1, 2],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/binder/ |
| D | TabPaneBinder.test.ts | 65 processIds: [1, 2],
|
| D | TabPaneBinderDataCut.test.ts | 49 processIds: [114, 23],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/gpufreq/ |
| D | tabPaneGpufreqUsage.test.ts | 61 processIds: [114, 23],
|
| D | tabPaneGpufreqDataCut.test.ts | 44 processIds: [114, 23],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/ |
| D | TabPanePurgTotal.test.ts | 113 processIds: [],
|
| D | TabPanePurgTotalSelection.test.ts | 104 processIds: [],
|
| D | TabPanePurgPinSelection.test.ts | 113 processIds: [],
|
| D | TabPanePurgPin.test.ts | 126 processIds: [],
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/ |
| D | TabPaneThreadUsage.ts | 91 let filterArr = result.filter((it) => threadUsageParam.processIds.includes(it.pid)); 94 if (threadUsageParam.processIds.includes(resultEl.pid)) {
|
| D | TabPaneStaticInit.ts | 42 …getTabStaticInit(staticinitParam.processIds, staticinitParam.leftNs, staticinitParam.rightNs).then(
|
| D | TabPaneStartup.ts | 52 getTabStartups(startupParam.processIds, startupParam.leftNs, startupParam.rightNs).then(
|
| D | TabPaneSlices.ts | 49 …getTabSlices(slicesParam.funTids, slicesParam.processIds, slicesParam.leftNs, slicesParam.rightNs)…
|
| D | TabPaneThreadStates.ts | 168 if (threadStatesParam.processIds.includes(e.pid)) {
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/ |
| D | TabPaneFreqUsage.ts | 59 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/ |
| D | TabPaneSchedSwitch.test.ts | 41 processIds: [114, 23],
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceSheetConfig.ts | 180 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/ |
| D | SpSystemTrace.ts | 321 if (!selection.processIds.includes(pid)) { 322 selection.processIds.push(pid);
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | BoxSelection.ts | 63 processIds: Array<number> = []; property in SelectionParam
|