| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerCommon.ts | 72 symbolName: string = ''; property in MerageBean 134 …recursionChargeInitTree(splitMapData: any, node: MerageBean, symbolName: string, isSymbol: boolean… 135 if ((isSymbol && node.symbolName == symbolName) || (!isSymbol && node.libName == symbolName)) { 136 (splitMapData[symbolName] = splitMapData[symbolName] || []).push(node); 141 this.recursionChargeInitTree(splitMapData, child, symbolName, isSymbol); 146 …recursionPruneInitTree(splitMapData: any, node: MerageBean, symbolName: string, isSymbol: boolean)… 147 if ((isSymbol && node.symbolName == symbolName) || (!isSymbol && node.libName == symbolName)) { 148 (splitMapData[symbolName] = splitMapData[symbolName] || []).push(node); 150 this.pruneChildren(splitMapData, node, symbolName); 153 this.recursionPruneInitTree(splitMapData, child, symbolName, isSymbol); [all …]
|
| D | ProcedureLogicWorkerPerf.ts | 193 symbolName: funFilter[0].funcArgs[1], 435 let symbolName = this.dataCache.dataDict.get(perfCallChains[topIndex].name) || ''; 437 symbolName = this.dataCache.dataDict.get(perfCallChains[topIndex].name) || ''; 439 symbolName = perfCallChains[topIndex].name; 441 let perfRootNode = this.currentTreeMapData[symbolName + perfSample.pid]; 444 this.currentTreeMapData[symbolName + perfSample.pid] = perfRootNode; 463 perfProcessMerageData.symbolName = 466 perfProcessMerageData.symbol = perfProcessMerageData.symbolName; 531 if (child.symbolName === name) { 562 …recursionPerfChargeInitTree(sample: PerfCallChainMerageData, symbolName: string, isSymbol: boolean… [all …]
|
| D | ProcedureLogicWorkerFileSystem.ts | 261 symbolName: funFilter[0].funcArgs[1], 581 let symbolName = this.dataCache.dataDict?.get(lastCallChain.symbolsId); 584 (type === BIO_TYPE && symbolName?.includes('submit_bio')) || 612 let symbolName = this.dataCache.dataDict?.get(analysisSample.symbolId); 613 if (!symbolName) { 614 symbolName = lastCallChain.ip + ' (' + analysisSample.libName + ')'; 616 analysisSample.symbolName = symbolName; 794 fileMerageBean.symbolName = mergeData.processName; 795 fileMerageBean.symbol = fileMerageBean.symbolName; 911 currentNode.symbolName = currentNode.symbol; [all …]
|
| D | ProcedureLogicWorkerNativeNemory.ts | 700 …const symbolName = this.dataCache.dataDict.get(sample.lastSymbolId) || libName + ' (' + sample.add… constant 704 analysisSample.symbolName = symbolName || 'Unknown'; 776 threadMerageData.symbolName = `${merageData.threadName || 'Thread'} [${merageData.tid}]`; 777 threadMerageData.symbol = threadMerageData.symbolName; 1041 currentNode.symbolName = `[${currentNode.symbol}] ${currentNode.libName}`; 1049 clearSplitMapData(symbolName: string): void { 1050 delete this.splitMapData[symbolName]; 1255 symbolName!: string;
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | PerfBottomUpStruct.ts | 18 symbolName: string; property in PerfBottomUpStruct 32 constructor(symbolName: string) { 33 this.symbolName = symbolName;
|
| D | NativeHook.ts | 171 symbolName?: string; 187 symbolName: string | undefined 195 this.symbolName = symbolName;
|
| D | PerfProfile.ts | 136 symbolName?: string;
|
| D | JsStruct.ts | 95 symbolName: string = ''; // function name + scriptName
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.test.ts | 230 symbolName: '', 245 symbolName: '', 326 let symbolName = 1; variable 329 expect(procedureLogicWorkerPerf.recursionPruneTree(node, symbolName, isSymbol)).toBeUndefined(); 352 let symbolName = 1; variable 353 expect(procedureLogicWorkerPerf.pruneChildren(node, symbolName)).toBeUndefined(); 415 symbolName: 'fopen64', 439 symbolName: 'perf_trace_sched_switch', 508 symbolName: '', 519 symbolName: '', [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPerfBottomUp.ts | 139 if (list.parentNode && list.parentNode!.symbolName !== 'root') { 153 if (bottomUpData.parentNode && bottomUpData.parentNode!.symbolName !== 'root') { 229 return `${callTreeLeftData.symbolName}`.localeCompare(`${callTreeRightData.symbolName}`); 231 return `${callTreeRightData.symbolName}`.localeCompare(`${callTreeLeftData.symbolName}`);
|
| D | TabPerfProfile.ts | 190 this.perfLevel!.symbolName = this._rowClickData.tableName; 193 funcArgs: [this.perfLevel!.symbolId, this.perfLevel!.symbolName], 401 … this.perfProfilerFilter!.addDataMining({ name: this.perfSelectedData.symbolName }, data.item); 404 funcArgs: [this.perfSelectedData.symbolName, false, true], 435 list.forEach((symbolName: string): void => { 438 funcArgs: [symbolName], 677 funcArgs: [this.perfLevel!.symbolId, this.perfLevel!.symbolName],
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | perf_file_format.h | 30 SymbolStruct(uint64_t vaddr, uint32_t len, const std::string &symbolName) in SymbolStruct() 31 : vaddr_(vaddr), len_(len), symbolName_(symbolName) in SymbolStruct()
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneJsCpu.ts | 102 item.symbolName = item.name; 104 item.symbolName = `${item.name } ${item.scriptName}`; 231 … return (`${callTreeLeftData.symbolName }`).localeCompare(`${callTreeRightData.symbolName }`); 233 … return (`${callTreeRightData.symbolName }`).localeCompare(`${callTreeLeftData.symbolName }`);
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneVirtualMemoryStatisticsAnalysis.test.ts | 93 symbolName: 'ssioncontroller', 143 symbolName: 'OHOS::MMI::GetThisThreadIdOfString()', 156 symbolName: '0x7f7380e670 ()', 206 symbolName: 'submit_bh', 219 symbolName: 'submit_bh',
|
| D | TabPaneIOTierStatisticsAnalysis.test.ts | 94 symbolName: 'mdss_fb0', 151 symbolName: 'submit_bh', 164 symbolName: 'submit_bh', 222 symbolName: 'submit_bh', 235 symbolName: 'submit_bh',
|
| D | TabPaneFilesystemStatisticsAnalysis.test.ts | 118 symbolName: 'ksoftirqd/1 17', 196 symbolName: 210 symbolName: 231 symbolName: 'submit_bh', 244 symbolName: 'submit_bh',
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.test.ts | 444 symbolName: 'perf_trace_sched_wakeup_template', 458 symbolName: 'perf_trace_sched_wakeup_template', 494 symbolName: 'perf_trace_sched_wakeup_template', 508 symbolName: 'perf_trace_sched_wakeup_template', 536 symbolName: 'perf_trace_sched_wakeup_template', 550 symbolName: 'perf_trace_sched_wakeup_template',
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.test.ts | 91 symbolName: '[ld-musl-arm.so.1+0xbd94f]', 140 symbolName: '[mmap] ld-musl-arm.so.1', 163 symbolName: '[ThreadFuncC] nativetest_c', 186 symbolName: 'DepthMalloc',
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneFileSystemCalltree.ts | 183 this.FsCallTreeLevel.symbolName = this._fsRowClickData.tableName; 186 funcArgs: [this.FsCallTreeLevel.symbolId, this.FsCallTreeLevel.symbolName], 338 …this.fsCallTreeFilter!.addDataMining({name: this.fsCallTreeCurrentSelectedData.symbolName}, data.i… 341 funcArgs: [this.fsCallTreeCurrentSelectedData.symbolName, false, true], 493 list.forEach((symbolName: string) => { 496 funcArgs: [symbolName], 670 funcArgs: [this.FsCallTreeLevel!.symbolId, this.FsCallTreeLevel!.symbolName],
|
| D | TabPaneCallTree.ts | 185 this.callTreeLevel.symbolName = this._rowClickData.tableName; 188 funcArgs: [this.callTreeLevel.symbolId, this.callTreeLevel.symbolName], 405 this.callTreeFilter!.addDataMining({ name: this.callTreeSelectedData.symbolName }, data.item); 408 funcArgs: [this.callTreeSelectedData.symbolName, false, true], 452 list.forEach((symbolName: string) => { 455 funcArgs: [symbolName], 689 funcArgs: [this.callTreeLevel!.symbolId, this.callTreeLevel!.symbolName],
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/ |
| D | native_memory_stdtype.cpp | 167 DataIndex symbolName, in AppendNewNativeHookFrame() argument 176 symbolNames_.emplace_back(symbolName); in AppendNewNativeHookFrame() 186 DataIndex symbolName, in AppendNewNativeHookFrame() argument 194 symbolNames_.emplace_back(symbolName); in AppendNewNativeHookFrame()
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | PerfProfile.test.ts | 162 symbolName: 'symbolName', 180 symbolName: expect.any(String),
|
| D | JsStruct.test.ts | 113 symbolName: '',
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.ts | 49 symbolName?: string; 282 let title = `${this.titleEl!.textContent}/${evt.detail.data.symbolName}`; 316 data.symbolName 604 <div>Function:${functionTipValue.obj.symbolName}</div> 921 let symbolName = symbolPath ? symbolPath[symbolPath.length - 1] : 'null'; variable 932 analysis.symbolName = symbolName; 933 analysis.tableName = analysis.symbolName; 964 symbolName: 'other', 1176 symbolName: '',
|
| /developtools/hiperf/include/ |
| D | perf_file_format.h | 189 SymbolStruct(uint64_t vaddr, uint32_t len, const std::string &symbolName) in SymbolStruct() 190 : vaddr_(vaddr), len_(len), symbolName_(symbolName) in SymbolStruct()
|