| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsStatistics.ts | 135 let type = smaps.typeName; 237 smaps.typeName = TYPE_STRING[smaps.type]; 240 this.handleTree(smaps, id, smaps.typeName, codeSysTree, sumSize); 243 this.handleTree(smaps, id, smaps.typeName, codeAppTree, sumSize); 246 this.handleTree(smaps, id, smaps.typeName, dataSysTree, sumSize); 249 this.handleTree(smaps, id, smaps.typeName, dataAppTree, sumSize); 252 this.handleTree(smaps, id, smaps.typeName, unKownTree, sumSize); 255 this.handleTree(smaps, id, smaps.typeName, stackTree, sumSize); 258 this.handleTree(smaps, id, smaps.typeName, jsTree, sumSize); 261 this.handleTree(smaps, id, smaps.typeName, javaVmTree, sumSize); [all …]
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | ftrace_parser.cpp | 224 GetProtoTypeName(info.protoType).c_str(), info.typeName.c_str(), info.name.c_str()); in PrintFieldInfo() 227 static std::string SplitNameFromTypeName(const std::string& typeName) in SplitNameFromTypeName() argument 230 if (typeName.size() > 0) { // split type and name in SplitNameFromTypeName() 231 auto posT0 = typeName.rfind(" "); in SplitNameFromTypeName() 232 std::string rightHalf = typeName.substr(posT0 + 1); in SplitNameFromTypeName() 246 static std::string EraseNameFromTypeName(const std::string& typeName, const std::string& name) in EraseNameFromTypeName() argument 250 type = typeName; in EraseNameFromTypeName() 274 std::string typeName; in ParseFieldFormat() local 286 typeName = cols[COL_IDX_VALUE]; in ParseFieldFormat() 296 std::string name = SplitNameFromTypeName(typeName); in ParseFieldFormat() [all …]
|
| D | flow_controller.cpp | 504 for (auto& typeName : FtraceFsOps::GetInstance().GetPlatformEvents()) { in AddPlatformEventsToParser() local 505 std::string type = typeName.first; in AddPlatformEventsToParser() 506 std::string name = typeName.second; in AddPlatformEventsToParser() 508 supportedEvents_.push_back(typeName); in AddPlatformEventsToParser()
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | SmapsStruct.ts | 23 typeName: string = ''; property in Smaps 44 this.typeName = type; 48 typeName: string = ''; property in SmapsTreeObj
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.ts | 37 typeName?: string; 267 this.shadowRoot!.querySelector<HTMLDivElement>('.title')!.textContent = it.typeName; 269 this.type = it.typeName; 740 analysis.typeName = item.typeName; 759 let typeName = item.typeName; variable 767 if (typeName === TYPE_ALLOC_STRING) { 772 } else if (typeName === TYPE_MAP_STRING) { 822 analysis.typeName = typeName; 841 let typeName = item.typeName; variable 851 if (typeName === TYPE_ALLOC_STRING) { [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.ts | 36 typeName?: string; 261 this.shadowRoot!.querySelector<HTMLDivElement>('.title')!.textContent = it.typeName; 263 this.type = it.typeName; 730 analysis.typeName = item.typeName; 749 let typeName = item.typeName; variable 757 if (typeName === TYPE_ALLOC_STRING) { 762 } else if (typeName === TYPE_MAP_STRING) { 812 analysis.typeName = typeName; 831 let typeName = item.typeName; variable 841 if (typeName === TYPE_ALLOC_STRING) { [all …]
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | control_call_cmd.cpp | 40 if (v[typeName] == "coldStart") { in GetResult() 44 } else if (v[typeName] == "hotStart") { in GetResult() 48 } else if (v[typeName] == "responseTime") { in GetResult() 52 } else if (v[typeName] == "completeTime") { in GetResult() 56 } else if (v[typeName] == "coldStartHM") { in GetResult() 60 } else if (v[typeName] == "fps") { in GetResult() 63 } else if (v[typeName] == "pagefps") { in GetResult() 67 } else if (v[typeName] == "FPS") { in GetResult() 70 } else if (v[typeName] == "startFrame") { in GetResult() 74 } else if (v[typeName] == "fpsohtest") { in GetResult()
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/include/ |
| D | ebpf_std_type.h | 62 char typeName[MAX_TYPE_NAME_LEN]; member 82 char typeName[MAX_TYPE_NAME_LEN]; member 121 char typeName[MAX_TYPE_NAME_LEN]; member
|
| /developtools/ace_ets2bundle/compiler/ |
| D | build_declarations_file.js | 180 const callSignName = callSignNode.type.typeName.getText().replace(/Attribute$/, ''); 182 extendNode = callSignNode.type.typeName; 213 …pe && ts.isTypeReferenceNode(node.type) && node.type.typeName && ts.isIdentifier(node.type.typeNam… 214 /Attribute$/.test(node.type.typeName.getText());
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/ |
| D | Thermal.ets | 55 let typeName = fileOpen(THERMAL_CONFIG.THERMAL_BASE + "/" + dirent.name + "/type") 58 if (typeName.match(item.toString())) { 59 SPLogger.DEBUG(Thermal.name,"thermal_zone match name:" + typeName)
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | control_call_cmd.h | 39 int typeName = 2; variable
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_stdtype.h | 105 char typeName[MAX_TYPE_NAME_LEN] = {0}; member 124 char typeName[MAX_PROCESS_NAME_SZIE] = {0}; member
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_stdtype.h | 105 char typeName[MAX_TYPE_NAME_LEN] = {0}; member 124 char typeName[MAX_PROCESS_NAME_SZIE] = {0}; member
|
| /developtools/profiler/host/smartperf/ide/src/js-heap/model/ |
| D | DatabaseStruct.ts | 129 let typeName = '(' + getNodeTypeName(this.type) + ')'; variable 130 return typeName.toLowerCase();
|
| /developtools/smartperf_host/ide/src/js-heap/model/ |
| D | DatabaseStruct.ts | 129 let typeName = '(' + getNodeTypeName(this.type) + ')'; variable 130 return typeName.toLowerCase();
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 46 private typeName: string = ''; 309 this.typeName = it.tableName; 311 …t!.querySelector<HTMLDivElement>('.title')!.textContent = this.processName + ' / ' + this.typeName; 358 …t!.querySelector<HTMLDivElement>('.title')!.textContent = this.processName + ' / ' + this.typeName; 390 this.processName + ' / ' + this.typeName + ' / ' + this.threadName; 445 this.processName + ' / ' + this.typeName + ' / ' + this.threadName; 475 this.processName + ' / ' + this.typeName + ' / ' + this.threadName + ' / ' + it.tableName;
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 49 private typeName: string = ''; 305 this.typeName = it.tableName; 307 this.fileStatisticsAnalysisProcessName + ' / ' + this.typeName; 356 this.fileStatisticsAnalysisProcessName + ' / ' + this.typeName; 397 …this.fileStatisticsAnalysisProcessName + ' / ' + this.typeName + ' / ' + this.fileStatisticsAnalys… 453 …this.fileStatisticsAnalysisProcessName + ' / ' + this.typeName + ' / ' + this.fileStatisticsAnalys… 485 this.typeName +
|
| D | TabPaneIOTierStatisticsAnalysis.ts | 49 private typeName: string = ''; 299 this.typeName = it.tableName; 301 …t!.querySelector<HTMLDivElement>('.title')!.textContent = this.processName + ' / ' + this.typeName; 350 …t!.querySelector<HTMLDivElement>('.title')!.textContent = this.processName + ' / ' + this.typeName; 389 this.processName + ' / ' + this.typeName + ' / ' + this.threadName; 444 this.processName + ' / ' + this.typeName + ' / ' + this.threadName; 474 this.processName + ' / ' + this.typeName + ' / ' + this.threadName + ' / ' + it.tableName;
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 46 private typeName: string = ''; 311 this.typeName = it.tableName; 313 …t!.querySelector<HTMLDivElement>('.title')!.textContent = this.processName + ' / ' + this.typeName; 367 …t!.querySelector<HTMLDivElement>('.title')!.textContent = this.processName + ' / ' + this.typeName; 398 this.processName + ' / ' + this.typeName + ' / ' + this.threadName; 453 this.processName + ' / ' + this.typeName + ' / ' + this.threadName; 483 this.processName + ' / ' + this.typeName + ' / ' + this.threadName + ' / ' + it.tableName;
|
| D | TabPaneIOTierStatisticsAnalysis.ts | 49 private typeName: string = ''; 311 this.typeName = it.tableName; 313 …t!.querySelector<HTMLDivElement>('.title')!.textContent = this.processName + ' / ' + this.typeName; 367 …t!.querySelector<HTMLDivElement>('.title')!.textContent = this.processName + ' / ' + this.typeName; 398 this.processName + ' / ' + this.typeName + ' / ' + this.threadName; 453 this.processName + ' / ' + this.typeName + ' / ' + this.threadName; 483 this.processName + ' / ' + this.typeName + ' / ' + this.threadName + ' / ' + it.tableName;
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 49 private typeName: string = ''; 309 this.typeName = it.tableName; 311 this.fileStatisticsAnalysisProcessName + ' / ' + this.typeName; 367 this.fileStatisticsAnalysisProcessName + ' / ' + this.typeName; 398 …this.fileStatisticsAnalysisProcessName + ' / ' + this.typeName + ' / ' + this.fileStatisticsAnalys… 454 …this.fileStatisticsAnalysisProcessName + ' / ' + this.typeName + ' / ' + this.fileStatisticsAnalys… 486 this.typeName +
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_events_test.cpp | 180 std::string typeName = event.GetTypeName(id); variable 181 EXPECT_GT(typeName.size(), 0u) << "the type should have name"; 182 printf("type[%d]\tname : %s\n", id, typeName.c_str());
|
| /developtools/profiler/hiebpf/include/ |
| D | hiebpf_common.h | 110 char typeName[MAX_TYPE_NAME_LEN]; member
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsRecord.test.ts | 89 smaps.typeName = 'aaa';
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | ftrace_common_type.h | 123 std::string typeName = ""; member
|