Home
last modified time | relevance | path

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

123

/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dprocess_filter_test.cpp177 std::string_view threadName = "RenderThread"; variable
178 … uint32_t iTid0 = streamFilters_.processFilter_->UpdateOrCreateThreadWithName(ts, tid, threadName);
188 EXPECT_TRUE(thread->nameIndex_ == traceDataCache_.GetDataIndex(threadName));
205 std::string_view threadName = "RenderThread"; variable
206 … uint32_t iTid0 = streamFilters_.processFilter_->UpdateOrCreateThreadWithName(ts, tid, threadName);
220 std::string_view threadName = "RenderThread2"; variable
221 … uint32_t iTid0 = streamFilters_.processFilter_->UpdateOrCreateThreadWithName(ts, tid, threadName);
225 EXPECT_TRUE(thread->nameIndex_ == traceDataCache_.GetDataIndex(threadName));
238 std::string_view threadName = "RenderThread"; variable
239 … uint32_t iTid0 = streamFilters_.processFilter_->UpdateOrCreateThreadWithName(ts, tid, threadName);
[all …]
/developtools/smartperf_host/ide/src/trace/bean/
DKeyPathStruct.ts18 threadName: string; property in KeyPathStruct
21 constructor(tid: number, threadName: string, tsArray: Array<number>) {
23 this.threadName = threadName;
DNativeHook.ts32 threadName: string = ''; property in NativeHookStatistics
79 threadName: string = ''; property in NativeMemory
109 threadName: string = ''; property in NativeHookSamplerInfo
135 threadName: string = ''; property in NativeHookSampleQueryInfo
154 threadName: string = ''; property in NativeHookCallInfo
DPerfProfile.ts39 threadName: string = ''; property in PerfThread
109 threadName: string = ''; property in PerfSample
DAbilityMonitor.ts174 threadName: string = ''; property in GpuMemory
210 threadName: string = ''; property in GpuMemoryComparison
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.test.ts246 threadName: 'sugov:0',
255 threadName: 'render_service',
264 threadName: 'kworker/2:2-events_freezable',
273 threadName: 'hiperf',
306 threadName: 'hilogd',
314 threadName: 'hilogd',
322 threadName: 'hilogd',
439 threadName: 'rcu_sched',
453 threadName: 'irq/31-rga',
489 threadName: 'rcu_sched',
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.test.ts103 threadName: '',
120 threadName: '',
247 threadName: '',
275 threadName: '',
303 threadName: '',
331 threadName: '',
359 threadName: '',
DTabPaneNMStatstics.test.ts117 threadName: '',
181 threadName: '',
245 threadName: '',
309 threadName: '',
372 threadName: 'NativeNemory',
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMSampleList.ts105 rootSample.threadName = data.threadName;
132 childSample.threadName = merageSample.threadName;
158 item.threadName = rootSample.threadName;
214 childSample.threadName = rootSample.threadName;
286 hookCallInfo.threadName = hookSamplerInfo.threadName;
287 hookCallInfo.title = `${hookSamplerInfo.threadName ?? ''}【${hookSamplerInfo.threadId}】`;
/developtools/smartperf_host/ide/src/trace/component/
DUtils.ts88 const threadName = spaceIndex !== -1 ? threadKey.substring(0, spaceIndex) : ''; constant
89 if (tid && threadName && tsArray.length > 0) {
90 const keyPath = new KeyPathStruct(tid, threadName, tsArray);
/developtools/smartperf_host/trace_streamer/src/rpc/
Dffrt_converter.h80 const std::string& threadName,
87 const std::string& threadName,
119 const std::string& threadName,
125 std::string threadName);
Dffrt_converter.cpp99 const std::string& threadName, in MakeBeginFakeLog() argument
110threadName.c_str(), tid, pid, cpuId.c_str(), beginTimeStamp.c_str(), threadName.c_str(), tid, prio, in MakeBeginFakeLog()
120 const std::string& threadName, in MakeEndFakeLog() argument
132 threadName.c_str(), tid, prio); in MakeEndFakeLog()
424 std::string threadName) in getNewMissLog() argument
429 …(void)sprintf_s(result.get(), MAX_LEN, " %s-%d (%7d) [%s] .... %s: %sE|%d\n", threadName.c_s… in getNewMissLog()
444 const std::string& threadName, in DeleteRedundance() argument
470 log = MakeEndFakeLog(mark, pid, label, gid, tid, threadName, prio); in DeleteRedundance()
487 auto& threadName = content.name; in ConvertFfrtThreadToFfrtTaskByLine() local
501 … missLog = MakeEndFakeLog(mark, pid, taskLabels[pid][gid], gid, tid, threadName, prio); in ConvertFfrtThreadToFfrtTaskByLine()
[all …]
/developtools/smartperf_host/ide/test/trace/bean/
DPerfProfile.test.ts69 threadName: 'threadName',
78 threadName: expect.any(String),
220 threadName: 'threadName',
238 threadName: expect.any(String),
DStateProcessThread.test.ts54 threadName: 'threadName',
73 threadName: expect.any(String),
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts81 sample.threadName =
82 sample.threadName === null || sample.threadName === undefined ?
84 `${sample.threadName}(${sample.tid})`;
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.test.ts94 threadName: 'ssioncontroller',
138 threadName: 'com.ohos.mms',
151 threadName: null,
201 threadName: 'jbd2/mmcblk0p11',
214 threadName: 'jbd2/mmcblk0p11',
DTabPaneIOTierStatisticsAnalysis.test.ts95 threadName: 'mdss_fb0',
146 threadName: 'jbd2/mmcblk0p11',
159 threadName: 'jbd2/mmcblk0p11',
217 threadName: 'jbd2/mmcblk0p11',
230 threadName: 'jbd2/mmcblk0p11',
DTabPaneFilesystemStatisticsAnalysis.test.ts119 threadName: 'ksoftirqd/1',
191 threadName: null,
205 threadName: null,
226 threadName: 'jbd2/mmcblk0p11',
239 threadName: 'jbd2/mmcblk0p11',
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpHiPerf.test.ts51 threadName: 'threadName',
57 threadName: 'threadName111',
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneIOTierStatisticsAnalysis.ts51 private threadName: string = '';
315 this.threadName = '';
495 this.threadName = it.tableName;
504 if (this.threadName.length > 0) {
505 title += this.threadName;
571 if (this.threadName.length > 0) {
572 title += this.threadName;
588 if (this.threadName.length > 0 && !this.hideThreadCheckBox!.checked) {
589 title += this.threadName + ' / ';
829 tName = item.threadName =
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts58 threadName: 'Thread-15',
83 threadName: 'ACCS0', variable
119 threadName: 'ACCS0', variable
222 threadName: 'Thread-15',
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/gpufreq/
DtabPaneGpufreqDataCut.test.ts58 threadName: '',
101 threadName: '',
/developtools/smartperf_host/trace_streamer/src/metrics/
DtraceTaskStrategy.h28 std::vector<std::string> threadName; member
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneGpuMemorySelectVmTracker.ts70 if (item.threadName !== null) {
71 item.thread = `${item.threadName}(${item.threadId})`;
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts489 stack.threadName = hook.threadName;
506 stack.threadName = hook.threadName;
652 analysisSample.threadName = sample.threadName;
748 root.threadName = nativeHookSample.threadName;
769 merageData.threadName = undefined;
776 threadMerageData.symbolName = `${merageData.threadName || 'Thread'} [${merageData.tid}]`;
1129 threadName: string = ''; property in NativeHookStatistics
1152 threadName: string = ''; property in NativeHookCallInfo
1249 threadName?: string;

123