Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 25 of 60) sorted by relevance

123

/developtools/profiler/hiebpf/src/
Dkernel_symbol_info.cpp28 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()
Dbpf_event_receiver.cpp299 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/
Dresource_item.cpp34 : data_(nullptr), dataLen_(0), name_(name), keyparams_(keyparams), type_(type) in ResourceItem()
99 return type_; in GetResType()
140 type_ = other.type_; in CopyFrom()
Did_worker.cpp29 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()
Dappend_compiler.cpp30 ResourceItem resourceItem(fileInfo.filename, fileInfo.keyParams, type_); in CompileSingleFile()
/developtools/smartperf_host/trace_streamer/src/proto_reader/include/
Ddata_area.h43 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/
Ddata_area.h43 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/
Dcommandline_flags.h58 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 …]
Dbpf_event_receiver.h54 uint16_t type_; member
72 uint16_t type_; member
89 __u32 type_; member
Dkernel_symbol_info.h40 char type_ = 0; member
/developtools/profiler/device/plugins/native_daemon/include/
Dmem_map_item.h41 : 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/
Dprogram_header.cpp41 type_ = u4Buf[index]; in ParsePrgHeader32()
63 type_ = u4Buf[index]; in ParsePrgHeader64()
Dvirtual_thread.cpp312 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()
Delf_header.cpp68 type_ = u2Buf[0]; in ParseElf32Header()
134 type_ = u2Buf[0]; in ParseElf64Header()
/developtools/profiler/device/plugins/native_daemon/src/
Dprogram_header.cpp40 type_ = u4Buf[index]; in ParsePrgHeader32()
62 type_ = u4Buf[index]; in ParsePrgHeader64()
Dvirtual_thread.cpp322 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()
Delf_header.cpp64 type_ = u2Buf[0]; in ParseElf32Header()
127 type_ = u2Buf[0]; in ParseElf64Header()
/developtools/hiperf/include/
Dmem_map_item.h32 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/
Dio_stats.cpp40 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/
Dtrace_ops.cpp36 : arg0_(arg0), bin_(path), type_(type) in TraceOps()
49 return type_; in GetTraceType()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dtable_base.h100 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/
Dtable_base.h100 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/
Dtable_base.h91 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/
Dtable_base.h86 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/
Dtrace_ops.h57 TraceType type_ = UNKNOW; variable

123