| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.ts | 45 typeName?: string; 237 const typeName = data.typeName === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : data.typeName; constant 238 this.clickRight(evt, typeName); 310 data.typeName, 514 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant 515 this.titleEl!.textContent = typeName + ''; 576 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant 577 let title = typeName; 649 const typeName = it.typeName === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : it.typeName; constant 650 this.titleEl!.textContent = typeName; [all …]
|
| D | TabPaneNMCallTree.ts | 192 const typeName = SpSystemTrace.DATA_DICT.get(memory); constant 193 if ((data.type === 'MmapEvent' && memory == -1) || data.type === typeName) {
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | ftrace_parser.cpp | 234 GetProtoTypeName(info.protoType).c_str(), info.typeName.c_str(), info.name.c_str()); in PrintFieldInfo() 237 static std::string SplitNameFromTypeName(const std::string& typeName) in SplitNameFromTypeName() argument 240 if (typeName.size() > 0) { // split type and name in SplitNameFromTypeName() 241 auto posT0 = typeName.rfind(" "); in SplitNameFromTypeName() 242 std::string rightHalf = typeName.substr(posT0 + 1); in SplitNameFromTypeName() 256 static std::string EraseNameFromTypeName(const std::string& typeName, const std::string& name) in EraseNameFromTypeName() argument 260 type = typeName; in EraseNameFromTypeName() 284 std::string typeName; in ParseFieldFormat() local 296 typeName = cols[COL_IDX_VALUE]; in ParseFieldFormat() 306 std::string name = SplitNameFromTypeName(typeName); in ParseFieldFormat() [all …]
|
| D | flow_controller.cpp | 751 for (auto& typeName : FtraceFsOps::GetInstance().GetPlatformEvents()) { in AddPlatformEventsToParser() local 752 std::string type = typeName.first; in AddPlatformEventsToParser() 753 std::string name = typeName.second; in AddPlatformEventsToParser() 755 supportedEvents_.push_back(typeName); in AddPlatformEventsToParser()
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsStatistics.ts | 134 let type = smaps.typeName; 242 smaps.typeName = TYPE_STRING[smaps.type]; 245 this.handleTree(smaps, id, smaps.typeName, codeSysTree, sumSize); 248 this.handleTree(smaps, id, smaps.typeName, codeAppTree, sumSize); 251 this.handleTree(smaps, id, smaps.typeName, dataSysTree, sumSize); 254 this.handleTree(smaps, id, smaps.typeName, dataAppTree, sumSize); 257 this.handleTree(smaps, id, smaps.typeName, unKownTree, sumSize); 260 this.handleTree(smaps, id, smaps.typeName, stackTree, sumSize); 263 this.handleTree(smaps, id, smaps.typeName, jsTree, sumSize); 266 this.handleTree(smaps, id, smaps.typeName, javaVmTree, sumSize); [all …]
|
| D | TabPaneSmapsSample.ts | 93 smaps.typeName = TYPE_STRING[smaps.type];
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | SmapsStruct.ts | 22 typeName: string = ''; property in Smaps 43 this.typeName = type; 47 typeName: string = ''; property in SmapsTreeObj
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | control_call_cmd.cpp | 42 if (v[typeName] == "coldStart") { in GetResult() 44 } else if (v[typeName] == "hotStart") { in GetResult() 46 } else if (v[typeName] == "responseTime") { in GetResult() 48 } else if (v[typeName] == "completeTime") { in GetResult() 50 } else if (v[typeName] == "startResponse") { in GetResult() 52 } else if (v[typeName] == "coldStartHM") { in GetResult() 54 } else if (v[typeName] == "fps") { in GetResult() 56 } else if (v[typeName] == "pagefps") { in GetResult() 58 } else if (v[typeName] == "startFrame") { in GetResult() 60 } else if (v[typeName] == "fpsohtest") { in GetResult() [all …]
|
| /developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/ |
| D | ftrace_processor.cpp | 213 GetProtoTypeName(info.protoType).c_str(), info.typeName.c_str(), info.name.c_str()); in PrintedFieldDetails() 216 static std::string GetNameFromTypeName(const std::string& typeName) in GetNameFromTypeName() argument 218 if (typeName.empty()) { in GetNameFromTypeName() 222 auto posT0 = typeName.rfind(" "); in GetNameFromTypeName() 223 std::string rightPart = typeName.substr(posT0 + 1); in GetNameFromTypeName() 234 static std::string GetTypeFromTypeName(const std::string& typeName, const std::string& name) in GetTypeFromTypeName() argument 238 curType = typeName; in GetTypeFromTypeName() 261 std::string typeName; in HandleFieldFormat() local 272 typeName = fieldMap[COL_IDX_VALUE]; in HandleFieldFormat() 281 std::string filedName = GetNameFromTypeName(typeName); in HandleFieldFormat() [all …]
|
| /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 | 183 const callSignName = callSignNode.type.typeName.getText().replace(/Attribute$/, ''); 185 extendNode = callSignNode.type.typeName; 216 …pe && ts.isTypeReferenceNode(node.type) && node.type.typeName && ts.isIdentifier(node.type.typeNam… 217 /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/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.ts | 54 private typeName: string = ''; 420 this.typeName = it.tableName; 426 if (this.typeName.length > 0) { 427 tierTitle += this.typeName; 470 if (this.typeName.length > 0) { 471 title += this.typeName; 501 if (this.typeName.length > 0) { 502 title += this.typeName + ' / '; 564 if (this.typeName.length > 0) { 566 title += this.typeName; [all …]
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 55 private typeName: string = ''; 422 this.typeName = it.tableName; 427 if (this.typeName.length > 0) { 428 title += this.typeName; 470 if (this.typeName.length > 0) { 471 title += this.typeName; 503 if (this.typeName.length > 0) { 504 title += this.typeName + ' / '; 521 if (this.typeName.length > 0) { 523 fileSystemTitle += this.typeName; [all …]
|
| /developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
| D | ebpf_data_structure.h | 109 char typeName[MAX_TYPE_NAME_LEN] = {0}; member 128 char typeName[MAX_PROCESS_NAME_SZIE] = {0}; member
|
| /developtools/smartperf_host/ide/src/js-heap/model/ |
| D | DatabaseStruct.ts | 129 let typeName = '(' + getNodeTypeName(this.type) + ')'; variable 130 return typeName.toLowerCase();
|
| /developtools/profiler/host/smartperf/client/client_command/include/ |
| D | control_call_cmd.h | 43 int typeName = 2; variable
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsRecord.test.ts | 87 smaps.typeName = 'aaa';
|
| /developtools/profiler/hiebpf/include/ |
| D | hiebpf_common.h | 110 char typeName[MAX_TYPE_NAME_LEN]; member
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_events_test.cpp | 186 std::string typeName = event.GetTypeName(id); variable 187 EXPECT_GT(typeName.size(), 0u) << "the type should have name"; 188 printf("type[%d]\tname : %s\n", id, typeName.c_str());
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | ftrace_common_type.h | 143 std::string typeName = ""; member
|
| /developtools/profiler/device/plugins/hiebpf_plugin/tools/src/ |
| D | ebpf_converter.cpp | 178 << " typeName: " << efs.typeName << '\n' in EventFsParsing() 310 << " typeName: " << mem.typeName << '\n' in EventMemParsing() 380 << " typeName: " << bio.typeName << '\n'; in EventBIOParsing()
|
| /developtools/hiperf/src/ |
| D | perf_events.cpp | 287 eventItem.typeName = GetTypeName(type); in AddEvent() 373 HLOGV("Add Event: '%s':'%s' %s %s %s", eventItem.typeName.c_str(), eventItem.configName.c_str(), in AddEvent() 799 enable ? "enable" : "disable", eventItem.typeName.c_str(), in PerfEventsEnable() 952 HLOGV(" - event %2u. eventName: '%s:%s'", eventIndex++, eventItem.typeName.c_str(), in CreateFdEvents()
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.test.ts | 68 typeName: 'Test',
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | ets_checker.ts | 740 const typeName = isString(entry) ? entry : entry.fileName.toLowerCase(); constant 741 if (!cache.has(typeName)) { 742 …const resolvedFile = ts.resolveTypeReferenceDirective(typeName, containingFile, compilerOptions, m… 744 logger.error('\u001b[31m', `ArkTS:Cannot find type definition file for: ${typeName}\n`); 747 cache.set(typeName, result);
|