Home
last modified time | relevance | path

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

12

/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSPT.ts121 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/
DProcedureLogicWorkerSPT.ts157 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/
DTabPaneSPT.test.ts52 threadId: 739,
65 threadId: 516,
78 threadId: 2,
98 threadId: 1380,
118 threadId: 1387,
139 threadId: 1387,
160 threadId: 12,
DTabPanePTS.test.ts53 threadId: 2471,
66 threadId: 708,
79 threadId: 1244,
99 threadId: 2452,
120 threadId: 1244,
141 threadId: 11,
DTabPaneFrequencySample.test.ts46 threadId: 886,
59 threadId: 178,
72 threadId: 696,
91 threadId: 2452,
DTabPaneCounterSample.test.ts46 threadId: 1,
59 threadId: 6,
72 threadId: 2,
91 threadId: 0,
DTabPaneBoxChild.test.ts50 threadId: 1,
/developtools/smartperf_host/ide/test/trace/bean/
DStateProcessThread.test.ts33 threadId: -1,
51 threadId: expect.any(Number),
84 threadId: 0,
103 threadId: expect.any(Number),
141 threadId: 0,
156 threadId: expect.any(Number),
DBoxSelection.test.ts72 threadId: 0,
81 threadId: expect.any(Number) }, `
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DStateProcessThread.ts24 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
DNativeHook.ts90 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/
DStateProcessThread.ts24 threadId: number = -1; property in StateProcessThread
39 threadId: number = 0; property in SPTChild
64 threadId: number = 0; property in SPT
DNativeHook.ts78 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
DAbilityMonitor.ts163 threadId: number = -1; property in GpuMemory
211 threadId: number = -1; property in GpuMemoryComparison
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.test.ts110 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/
DTabPaneNMSampleList.ts94 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/
DTabPaneNMSampleList.ts94 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}】`;
DTabPaneNMemory.ts351 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/
DDistributeTermStrategy.ts19 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/
DTabPaneBoxChild.ts39 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/
DTabPaneBoxChild.ts39 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/
Dasync_cmd.cpp119 pthread_t threadId; in ThreadFork() local
121 … int ret = pthread_create(&threadId, nullptr, reinterpret_cast<void *(*)(void *)>(Popen), &params); in ThreadFork()
133 pthread_join(threadId, &popenRes); in ThreadFork()
/developtools/smartperf_host/ide/src/trace/component/metrics/
DDistributeTermStrategy.ts48 threadId: string; property
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneGpuMemorySelectVmTracker.ts70 item.thread = `${item.threadName}(${item.threadId})`;
72 item.thread = `Thread(${item.threadId})`;
/developtools/hdc/src/daemon/
Dshell.cpp168 pthread_t threadId; in ThreadFork() local
170 …int ret = pthread_create(&threadId, nullptr, reinterpret_cast<void *(*)(void *)>(ShellFork), &para… in ThreadFork()
178 pthread_join(threadId, &shellRes); in ThreadFork()

12