| /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() 218 auto threadData = traceDataCache_->GetConstThreadData(); in ProcForegroundData() local 220 auto nameindex = threadData[callId].nameIndex_; in ProcForegroundData() 221 auto ipid = threadData[callId].internalPid_; in ProcForegroundData() 222 auto tid = threadData[callId].tid_; in ProcForegroundData() 260 auto threadData = traceDataCache_->GetConstThreadData(); in ParserSoInitalization() local [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 35 private threadData!: any[]; 265 this.showAssignLevel(this.perfTableThread!, this.perfTableSo!, 1, this.threadData); 383 data: this.getPerfPieChartData(this.threadData), 411 this.threadData.unshift(this.allThreadCount); 412 this.perfTableThread!.recycleDataSource = this.threadData; 415 this.threadData.shift(this.allThreadCount); 416 this.currentLevelData = this.threadData; 603 this.threadData = []; 685 this.threadData = []; 694 const threadData = { constant [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.ts | 36 private threadData!: any[]; 437 data: this.getIOTierPieChartData(this.threadData), 475 this.threadData.unshift(this.threadStatisticsData); 476 this.ioTierTableThread!.recycleDataSource = this.threadData; 478 this.threadData.shift(this.threadStatisticsData); 479 this.currentLevelData = this.threadData; 815 this.threadData.sort((a, b) => b.duration - a.duration); 823 this.threadData = []; 832 const threadData = { constant 841 this.threadData.push(threadData);
|
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 825 const threadData = { constant 834 this.vmStatisticsAnalysisThreadData.push(threadData);
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 895 const threadData = { constant 904 this.fileStatisticsAnalysisThreadData.push(threadData);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.ts | 98 private threadData!: Array<AnalysisObj>; 412 this.showAssignLevel(this.threadUsageTbl!, this.soUsageTbl!, 1, this.threadData); 477 data: this.getPieChartData(this.threadData), 518 this.threadData.unshift(this.threadStatisticsData); 519 this.threadUsageTbl!.recycleDataSource = this.threadData; 521 this.threadData.shift(this.threadStatisticsData); 522 this.currentLevelData = this.threadData; 786 this.threadData = []; 800 this.threadData.push(analysis); 802 this.threadData.sort((a, b) => b.existSize - a.existSize); [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 26 threadData: any = {}; property in ProcedureLogicWorkerPerf 88 this.threadData[thread.tid] = thread; 350 this.threadData = {}; 408 …threadCallChain.name = `${this.threadData[countSample.tid].threadName || 'Thread'}(${countSample.t… 464 (this.threadData[merageData.tid].processName || 'Process') + `(${merageData.pid})`; 822 const threadName = this.threadData[sample.tid].threadName || 'Thread'; 823 const processName = this.threadData[sample.pid].threadName || 'Process';
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ |
| D | TabPaneCurrentSelection.test.ts | 78 let threadData = [ variable
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.test.ts | 334 tabPane.threadData = [{}, {}];
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpHiPerf.ts | 277 async setCallTotalRow(row: TraceRow<any>, cpuData: any = Array, threadData: any = Array) { 278 let pt: Map<string, any> = threadData.reduce((map: Map<string, any>, current: any) => {
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.test.ts | 140 tabPanePerfAnalysis.threadData = [
|