| /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()
|
| /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()
|
| /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/host/smartperf/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
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | mem_map_item.h | 41 : begin_(begin), end_(end), type_(type), pageoffset_(offset), nameHold_(nameHold) {} in MemMapItem() 44 uint16_t type_ {0}; // rwx : PROT_READ | PROT_WRITE | PROT_EXEC 64 uint16_t type_ = 0; // rwx : PROT_READ | PROT_WRITE | PROT_EXEC variable 105 sstream << " type 0x" << std::hex << type_; in ToString()
|
| /developtools/hiperf/src/ |
| D | program_header.cpp | 41 type_ = u4Buf[index]; in ParsePrgHeader32() 63 type_ = u4Buf[index]; in ParsePrgHeader64()
|
| D | virtual_thread.cpp | 312 memMapItem.type_ = 0; in ParseMap() 317 memMapItem.type_ |= PROT_READ; in ParseMap() 320 memMapItem.type_ |= PROT_WRITE; in ParseMap() 323 memMapItem.type_ |= PROT_EXEC; in ParseMap() 326 if ((memMapItem.type_ & PROT_EXEC) or (memMapItem.type_ | PROT_READ)) { in ParseMap()
|
| D | elf_header.cpp | 68 type_ = u2Buf[0]; in ParseElf32Header() 134 type_ = u2Buf[0]; in ParseElf64Header()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | program_header.cpp | 40 type_ = u4Buf[index]; in ParsePrgHeader32() 62 type_ = u4Buf[index]; in ParsePrgHeader64()
|
| D | virtual_thread.cpp | 322 memMapItem.type_ = 0; in ParseMap() 327 memMapItem.type_ |= PROT_READ; in ParseMap() 330 memMapItem.type_ |= PROT_WRITE; in ParseMap() 333 memMapItem.type_ |= PROT_EXEC; in ParseMap() 336 if ((memMapItem.type_ & PROT_EXEC) or (memMapItem.type_ | PROT_READ)) { in ParseMap()
|
| D | elf_header.cpp | 64 type_ = u2Buf[0]; in ParseElf32Header() 127 type_ = u2Buf[0]; in ParseElf64Header()
|
| /developtools/hiperf/include/ |
| D | mem_map_item.h | 32 uint16_t type_ = 0; // rwx : PROT_READ | PROT_WRITE | PROT_EXEC variable 75 sstream << " type 0x" << std::hex << type_; in ToString()
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | io_stats.cpp | 40 IoStats::IoStats(DiskioConfig::IoReportType type) : type_(type) in IoStats() 74 if (type_ == DiskioConfig::IO_REPORT) { in GetIoData() 76 } else if (type_ == DiskioConfig::IO_REPORT_EX) { in GetIoData() 253 if (type_ == DiskioConfig::IO_REPORT) { in PutPluginStatsData() 255 } else if (type_ == DiskioConfig::IO_REPORT_EX) { in PutPluginStatsData()
|
| /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 | table_base.h | 100 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() 102 std::string type_; member
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/ |
| D | table_base.h | 100 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() 102 std::string type_; member
|
| /developtools/smartperf_host/trace_streamer/src/table/base/ |
| D | table_base.h | 91 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() 93 std::string type_; member
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/base/ |
| D | table_base.h | 86 ColumnInfo(const std::string& name, const std::string& type) : name_(name), type_(type) {} in ColumnInfo() 88 std::string type_; member
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | trace_ops.h | 57 TraceType type_ = UNKNOW; variable
|