| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | app_start_filter.cpp | 81 auto threadData = traceDataCache_->GetConstThreadData(); in UpdatePidByNameIndex() local 89 for (int i = 0; i < threadData.size(); ++i) { in UpdatePidByNameIndex() 90 if (item.first == threadData[i].nameIndex_) { in UpdatePidByNameIndex() 91 ipid = threadData[i].internalPid_; in UpdatePidByNameIndex() 92 tid = threadData[i].tid_; in UpdatePidByNameIndex() 228 auto threadData = traceDataCache_->GetConstThreadData(); in ProcForegroundData() local 230 auto nameindex = threadData[callId].nameIndex_; in ProcForegroundData() 231 auto ipid = threadData[callId].internalPid_; in ProcForegroundData() 232 auto tid = threadData[callId].tid_; in ProcForegroundData() 270 auto threadData = traceDataCache_->GetConstThreadData(); in ParserSoInitalization() local [all …]
|
| /developtools/smartperf_host/ide/test/trace/database/data-trafic/process/ |
| D | ThreadDataSender.test.ts | 28 let threadData = { variable 42 callback(threadData, 1, true);
|
| D | ThreadDataReceiver.test.ts | 41 let threadData = [ variable 68 return threadData;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 35 private threadData!: unknown[]; 271 this.showAssignLevel(this.perfTableThread!, this.perfTableSo!, 1, this.threadData); 391 this.showAssignLevel(this.perfTableThread!, this.perfTableProcess!, 1, this.threadData); 414 data: this.getPerfPieChartData(this.threadData), 446 this.threadData.unshift(this.allThreadCount); 447 this.perfTableThread!.recycleDataSource = this.threadData; 450 this.threadData.shift(this.allThreadCount); 451 this.currentLevelData = this.threadData; 651 this.threadData = []; 750 this.threadData = []; [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/chart/ |
| D | SpHiPerf.test.ts | 149 let threadData = [ variable 157 expect(spHiPerf.setCallTotalRow(new TraceRow<any>(),cpuData,threadData)).not.toBeUndefined()
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.ts | 36 private threadData!: unknown[]; 473 data: this.getIOTierPieChartData(this.threadData), 512 this.threadData.unshift(this.threadStatisticsData); 513 this.ioTierTableThread!.recycleDataSource = this.threadData; 515 this.threadData.shift(this.threadStatisticsData); 516 this.currentLevelData = this.threadData; 877 this.threadData.sort((a, b) => b.duration - a.duration); 885 this.threadData = []; 900 const threadData = { constant 911 this.threadData.push(threadData);
|
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 850 const threadData = { constant 859 this.vmStatisticsAnalysisThreadData.push(threadData);
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 942 const threadData = { constant 951 this.fileStatisticsAnalysisThreadData.push(threadData);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.ts | 98 private threadData!: Array<AnalysisObj>; 405 this.showAssignLevel(this.threadUsageTbl!, this.soUsageTbl!, 1, this.threadData); 472 data: this.getPieChartData(this.threadData), 516 this.threadData.unshift(this.threadStatisticsData); 517 this.threadUsageTbl!.recycleDataSource = this.threadData; 519 this.threadData.shift(this.threadStatisticsData); 520 this.currentLevelData = this.threadData; 798 this.threadData = []; 813 this.threadData.push(analysis); 815 this.threadData.sort((a, b) => b.existSize - a.existSize); [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/states/ |
| D | TabPaneFreqStatesDataCut.ts | 312 setThreadData(threadData: Array<StateGroup>) { 320 threadObj.pid = threadData[0].pid; 328 threadData.map((threadItem) => { 364 setCycleData(threadData: Array<StateGroup>): Array<StateGroup> { 371 threadData.map((v) => {
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 53 threadData: PerfThreadMap = {}; property in ProcedureLogicWorkerPerf 128 this.threadData[thread.tid] = thread; 498 this.threadData = {}; 546 …threadCallChain.name = `${this.threadData[countSample.tid].threadName || 'Thread'}(${countSample.t… 612 (this.threadData[merageData.tid].processName || 'Process') + `(${merageData.pid})`; 1045 const threadName = this.threadData[sample.tid].threadName || 'Thread'; 1046 const processName = this.threadData[sample.pid].threadName || 'Process';
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ |
| D | TabPaneCurrentSelection.test.ts | 82 let threadData = [ variable
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpHiPerf.ts | 267 …async setCallTotalRow(row: TraceRow<unknown>, cpuData: unknown = Array, threadData: unknown = Arra… 269 …let pt: Map<string, unknown> = threadData.reduce((map: Map<string, unknown>, current: unknown) => {
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.test.ts | 334 tabPane.threadData = [{}, {}];
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.test.ts | 138 tabPanePerfAnalysis.threadData = [
|