| /developtools/profiler/hiebpf/src/ |
| D | kernel_symbol_info.cpp | 28 str >> symbol.type_; in GetSymbol() 30 if (std::strchr("TtWw", symbol.type_)) { in GetSymbol() 31 symbol.type_ = 'T'; in GetSymbol() 99 if (prevSymbol.type_ == 'T') { in GetSymbolData() 107 if (prevSymbol.type_ == 'T') { in GetSymbolData()
|
| D | bpf_event_receiver.cpp | 299 item->type_ = static_cast<uint16_t>(cmplt_event->start_event.type); in EncodeFSTraceEvent() 301 gFSTraceTypeTable[item->type_].c_str(), in EncodeFSTraceEvent() 302 gFSTraceTypeTable[item->type_].size()) == EOK, in EncodeFSTraceEvent() 336 item->type_ = static_cast<uint16_t>(cmplt_event->start_event.type); in EncodePFTraceEvent() 339 gPFTraceTypeTable[item->type_].c_str(), in EncodePFTraceEvent() 340 gPFTraceTypeTable[item->type_].size()) == EOK, in EncodePFTraceEvent() 371 item->type_ = cmplt_event->start_event.type; in EncodeBIOTraceEvent() 374 gBIOTraceTypeTable[item->type_].c_str(), in EncodeBIOTraceEvent() 375 gBIOTraceTypeTable[item->type_].size()) == EOK, in EncodeBIOTraceEvent()
|
| D | elf_file.cpp | 264 type_ = u2Buf[0]; in ParseElf32Header() 322 type_ = u2Buf[0]; in ParseElf64Header() 468 type_ = u4Buf[index]; in ParsePrgHeader32() 490 type_ = u4Buf[index]; in ParsePrgHeader64()
|
| /developtools/global_resource_tool/src/ |
| D | resource_item.cpp | 34 : data_(nullptr), dataLen_(0), name_(name), keyparams_(keyparams), type_(type) in ResourceItem() 99 return type_; in GetResType() 140 type_ = other.type_; in CopyFrom()
|
| D | id_worker.cpp | 29 type_ = type; in Init() 43 if (type_ == ResourceIdCluster::RES_ID_APP) { in GenerateId() 91 if (type_ != ResourceIdCluster::RES_ID_SYS) { in IsValidName() 203 bool isSys = type_ == ResourceIdCluster::RES_ID_SYS; in InitIdDefined() 361 if (type_ == ResourceIdCluster::RES_ID_SYS && in ParseName()
|
| D | append_compiler.cpp | 30 ResourceItem resourceItem(fileInfo.filename, fileInfo.keyParams, type_); in CompileSingleFile()
|
| D | generic_compiler.cpp | 52 ResourceItem resourceItem(fileInfo.filename, fileInfo.keyParams, type_); in PostFile()
|
| D | i_resource_compiler.cpp | 29 :type_(type), output_(output) in IResourceCompiler()
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/include/ |
| D | data_area.h | 43 auto res = static_cast<ProtoWireType>(type_); in Type() 133 type_ = type; in SetDataAreaType() 146 type_ = type; in Initialize() 210 uint8_t type_; variable
|
| /developtools/profiler/hiebpf/include/ |
| D | commandline_flags.h | 58 FlagTypes type_ {FlagTypes::FT_void}; 61 MetaFlag(const FlagTypes& flagType, void* flagPtr): type_ {flagType}, addr_ {flagPtr} {} in MetaFlag() 78 metaFlag.type_ = FlagTypes::FT_bool; in FlagRegesterer() 80 metaFlag.type_ = FlagTypes::FT_int8; in FlagRegesterer() 82 metaFlag.type_ = FlagTypes::FT_int16; in FlagRegesterer() 84 metaFlag.type_ = FlagTypes::FT_int32; in FlagRegesterer() 86 metaFlag.type_ = FlagTypes::FT_int64; in FlagRegesterer() 88 metaFlag.type_ = FlagTypes::FT_uint8; in FlagRegesterer() 90 metaFlag.type_ = FlagTypes::FT_uint16; in FlagRegesterer() 92 metaFlag.type_ = FlagTypes::FT_uint32; in FlagRegesterer() [all …]
|
| D | bpf_event_receiver.h | 54 uint16_t type_; member 72 uint16_t type_; member 89 __u32 type_; member
|
| D | kernel_symbol_info.h | 40 char type_ = 0; member
|
| D | elf_file.h | 62 uint16_t type_; variable 97 uint32_t type_; variable
|
| /developtools/profiler/device/plugins/diskio_plugin/include/ |
| D | io_stats.h | 139 if (type_ == DiskioConfig::IO_REPORT) { in PutPluginStatsData() 141 } else if (type_ == DiskioConfig::IO_REPORT_EX) { in PutPluginStatsData() 233 DiskioConfig::IoReportType type_; variable
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | trace_ops.cpp | 36 : arg0_(arg0), bin_(path), type_(type) in TraceOps() 49 return type_; in GetTraceType()
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
| D | demo_table_base.h | 97 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() 99 std::string type_; member
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | trace_ops.h | 57 TraceType type_ = UNKNOW; variable
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | io_stats.cpp | 39 IoStats::IoStats(DiskioConfig::IoReportType type) : type_(type) in IoStats() 73 if (type_ == DiskioConfig::IO_REPORT) { in GetIoData() 75 } else if (type_ == DiskioConfig::IO_REPORT_EX) { in GetIoData()
|
| /developtools/hiperf/include/ |
| D | report.h | 478 uint32_t type_; member 485 return (type_ == o.type_) && (config_ == o.config_); 493 return StringPrintf("%s(%" PRIu32 "-%" PRIu64 "):PRIu64", eventName_.c_str(), type_, in toDebugString() 498 : eventName_(eventName), type_(type), config_(config), coutMode_(coutMode) in eventName_()
|
| /developtools/global_resource_tool/include/ |
| D | resource_item.h | 54 ResType type_; variable
|
| D | i_resource_compiler.h | 41 ResType type_; variable
|
| D | id_worker.h | 71 ResourceIdCluster type_; variable
|
| /developtools/smartperf_host/trace_streamer/src/table/base/include/ |
| D | table_base.h | 143 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() 145 std::string type_; member
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_js_memory_parser.cpp | 309 type_ = jsHeapConfig.type(); in ParseJSMemoryConfig() 316 …(void)traceDataCache_->GetJsConfigData()->AppendNewData(pid, type_, interval, captureNumericValue,… in ParseJSMemoryConfig() 343 if (type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_SNAPSHOT) { in SerializeToString() 345 } else if (type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_TIMELINE) { in SerializeToString() 467 if (type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_SNAPSHOT) { in ParseSnapshotOrTimeLineEnd() 470 } else if (type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_TIMELINE) { in ParseSnapshotOrTimeLineEnd() 547 if (isFirst_ && type_ == ProtoReader::ArkTSConfig_HeapType::ArkTSConfig_HeapType_SNAPSHOT) { in Parse()
|
| D | htrace_js_memory_parser.h | 98 int32_t type_ = 0; variable
|