| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSPT.ts | 121 spt.threadId = tp!.threadId; 169 if (ptMap.has(d.processId + '_' + d.threadId)) { 170 let ptsPtMapObj = ptMap.get(d.processId + '_' + d.threadId); 182 ptsPtMapObj.id = 'p' + d.processId + '_' + 't' + d.threadId; 184 …MapObj.title = (d.thread == null || d.thread == '' ? 'Thread' : d.thread) + '(' + d.threadId + ')'; 188 ptsPtMapObj.threadId = d.threadId; 194 ptMap.set(d.processId + '_' + d.threadId, ptsPtMapObj); 196 if (ptsMap.has(d.processId + '_' + d.threadId + '_' + d.state)) { 197 let ptsPtsMapObj = ptsMap.get(d.processId + '_' + d.threadId + '_' + d.state); 209 …ptsPtsMapObj.id = 'p' + d.processId + '_' + 't' + d.threadId + '_' + (d.state == 'R+' ? 'RP' : d.s… [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSPT.ts | 157 spt.threadId = tp!.threadId; 205 if (ptMap.has(d.processId + '_' + d.threadId)) { 206 let ptsPtMapObj = ptMap.get(d.processId + '_' + d.threadId); 218 ptsPtMapObj.id = 'p' + d.processId + '_' + 't' + d.threadId; 220 …MapObj.title = (d.thread == null || d.thread == '' ? 'Thread' : d.thread) + '(' + d.threadId + ')'; 224 ptsPtMapObj.threadId = d.threadId; 230 ptMap.set(d.processId + '_' + d.threadId, ptsPtMapObj); 232 if (ptsMap.has(d.processId + '_' + d.threadId + '_' + d.state)) { 233 let ptsPtsMapObj = ptsMap.get(d.processId + '_' + d.threadId + '_' + d.state); 245 …ptsPtsMapObj.id = 'p' + d.processId + '_' + 't' + d.threadId + '_' + (d.state == 'R+' ? 'RP' : d.s… [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/cpu/ |
| D | TabPaneSPT.test.ts | 52 threadId: 739, 65 threadId: 516, 78 threadId: 2, 98 threadId: 1380, 118 threadId: 1387, 139 threadId: 1387, 160 threadId: 12,
|
| D | TabPanePTS.test.ts | 53 threadId: 2471, 66 threadId: 708, 79 threadId: 1244, 99 threadId: 2452, 120 threadId: 1244, 141 threadId: 11,
|
| D | TabPaneFrequencySample.test.ts | 46 threadId: 886, 59 threadId: 178, 72 threadId: 696, 91 threadId: 2452,
|
| D | TabPaneCounterSample.test.ts | 46 threadId: 1, 59 threadId: 6, 72 threadId: 2, 91 threadId: 0,
|
| D | TabPaneBoxChild.test.ts | 50 threadId: 1,
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | StateProcessThread.test.ts | 33 threadId: -1, 51 threadId: expect.any(Number), 84 threadId: 0, 103 threadId: expect.any(Number), 141 threadId: 0, 156 threadId: expect.any(Number),
|
| D | BoxSelection.test.ts | 72 threadId: 0, 81 threadId: expect.any(Number) }, `
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | StateProcessThread.ts | 24 threadId: number = -1; property in StateProcessThread 39 threadId: number = 0; property in SPTChild 57 threadId: number = 0; property in SPT 79 threadId: number = 0; property in ThreadProcess
|
| D | NativeHook.ts | 90 threadId: number = 0; property in NativeMemory 108 threadId: number = 0; property in NativeHookSamplerInfo 134 threadId: number = 0; property in NativeHookSampleQueryInfo 153 threadId: number = 0; property in NativeHookCallInfo
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | StateProcessThread.ts | 24 threadId: number = -1; property in StateProcessThread 39 threadId: number = 0; property in SPTChild 64 threadId: number = 0; property in SPT
|
| D | NativeHook.ts | 78 threadId: number = 0; property in NativeMemory 108 threadId: number = 0; property in NativeHookSamplerInfo 134 threadId: number = 0; property in NativeHookSampleQueryInfo 153 threadId: number = 0; property in NativeHookCallInfo
|
| D | AbilityMonitor.ts | 163 threadId: number = -1; property in GpuMemory 211 threadId: number = -1; property in GpuMemoryComparison
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.test.ts | 110 threadId: 33, 127 threadId: 130, 254 threadId: 1, 278 threadId: 2, 302 threadId: 57, 326 threadId: 3, 350 threadId: 980,
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.ts | 94 rootSample.threadId = data.threadId; 121 childSample.threadId = merageSample.threadId; 148 item.threadId = rootSample.threadId; 201 childSample.threadId = rootSample.threadId; 270 hookCallInfo.threadId = hookSamplerInfo.threadId; 272 hookCallInfo.title = `${hookSamplerInfo.threadName ?? ''}【${hookSamplerInfo.threadId}】`;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.ts | 94 rootSample.threadId = data.threadId; 121 childSample.threadId = merageSample.threadId; 148 item.threadId = rootSample.threadId; 201 childSample.threadId = rootSample.threadId; 270 hookCallInfo.threadId = hookSamplerInfo.threadId; 272 hookCallInfo.title = `${hookSamplerInfo.threadName ?? ''}【${hookSamplerInfo.threadId}】`;
|
| D | TabPaneNMemory.ts | 351 thread.threadId = nativeMemoryHook.threadId; 352 thread.threadName = Utils.THREAD_MAP.get(thread.threadId) || 'Thread'; 353 thread.title = `${nativeMemoryHook.threadName ?? ''}【${nativeMemoryHook.threadId}】`;
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/metrics/ |
| D | DistributeTermStrategy.ts | 19 threadId: string; 36 let threadIdsList = metricData[sqlIndex].threadId.split(splitChar); 81 threadId: threadIdsList[index], 132 threadId: string; property
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/ |
| D | TabPaneBoxChild.ts | 39 boxChildValue.threadId 62 …getTabBoxChildData(val.leftNs, val.rightNs, val.state, val.processId, val.threadId).then((result) … 73 …dName = (e.thread == undefined || e.thread == null ? 'thread' : e.thread) + '(' + e.threadId + ')';
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/cpu/ |
| D | TabPaneBoxChild.ts | 39 boxChildValue.threadId 62 …getTabBoxChildData(val.leftNs, val.rightNs, val.state, val.processId, val.threadId).then((result) … 73 …dName = (e.thread == undefined || e.thread == null ? 'thread' : e.thread) + '(' + e.threadId + ')';
|
| /developtools/hdc/src/common/ |
| D | async_cmd.cpp | 119 pthread_t threadId; in ThreadFork() local 121 … int ret = pthread_create(&threadId, nullptr, reinterpret_cast<void *(*)(void *)>(Popen), ¶ms); in ThreadFork() 133 pthread_join(threadId, &popenRes); in ThreadFork()
|
| /developtools/smartperf_host/ide/src/trace/component/metrics/ |
| D | DistributeTermStrategy.ts | 48 threadId: string; property
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneGpuMemorySelectVmTracker.ts | 70 item.thread = `${item.threadName}(${item.threadId})`; 72 item.thread = `Thread(${item.threadId})`;
|
| /developtools/hdc/src/daemon/ |
| D | shell.cpp | 168 pthread_t threadId; in ThreadFork() local 170 …int ret = pthread_create(&threadId, nullptr, reinterpret_cast<void *(*)(void *)>(ShellFork), ¶… in ThreadFork() 178 pthread_join(threadId, &shellRes); in ThreadFork()
|