Home
last modified time | relevance | path

Searched refs:desc (Results 1 - 25 of 54) sorted by relevance

123

/developtools/profiler/device/cmds/src/
H A Dcommand_line.cpp41 const std::string& desc) in AddParamText()
51 pret->sDescriptor_ = desc; in AddParamText()
58 const std::string& desc) in AddParamSwitch()
68 pret->sDescriptor_ = desc; in AddParamSwitch()
38 AddParamText(const std::string& filter1, const std::string& filter2, std::string& pstr, const std::string& desc) AddParamText() argument
55 AddParamSwitch(const std::string& filter1, const std::string& filter2, bool &pbool, const std::string& desc) AddParamSwitch() argument
/developtools/smartperf_host/trace_streamer/src/base/
H A Dfilter_constraints.cpp38 void FilterConstraints::AddOrderBy(int32_t col, unsigned char desc) in AddOrderBy() argument
42 o.desc = desc; in AddOrderBy()
63 idxStr += " " + std::to_string(orderBys_[i].desc); in ToString()
H A Dindex_map.cpp265 void IndexMap::SortBy(bool desc) in SortBy() argument
267 if (desc) { in SortBy()
272 desc_ = desc; in SortBy()
H A Dfilter_constraints.h39 void AddOrderBy(int32_t col, unsigned char desc);
/developtools/profiler/device/cmds/include/
H A Dcommand_line.h58 void AddParamSwitch(const std::string& filter1, const std::string& filter2, bool &pbool, const std::string& desc);
62 const std::string& desc);
/developtools/hdc/hdc_rust/src/cffi/host/
H A Dhost_usb.cpp219 struct libusb_device_descriptor desc; in OpenDeviceMyNeed() local
220 if (CheckDescriptor(hUSB, desc)) { in OpenDeviceMyNeed()
224 if (CheckActiveConfig(device, hUSB, desc)) { in OpenDeviceMyNeed()
243 int HostUsb::CheckDescriptor(HUSB hUSB, libusb_device_descriptor& desc) in OpenDeviceMyNeed() argument
251 if (libusb_get_device_descriptor(hUSB->device, &desc)) { in OpenDeviceMyNeed()
257 childRet = libusb_get_string_descriptor_ascii(hUSB->devHandle, desc.iSerialNumber, (uint8_t *)serialNum, in OpenDeviceMyNeed()
268 int HostUsb::CheckActiveConfig(libusb_device *device, HUSB hUSB, libusb_device_descriptor& desc) in OpenDeviceMyNeed() argument
277 if ((desc.bDeviceClass == 0xFF) in OpenDeviceMyNeed()
278 && (desc.bDeviceSubClass == 0xFF) in OpenDeviceMyNeed()
279 && (desc in OpenDeviceMyNeed()
361 struct libusb_device_descriptor desc; OpenDeviceMyNeed() local
[all...]
H A Dhost_usb.h142 int CheckActiveConfig(libusb_device *device, HUSB hUSB, libusb_device_descriptor& desc);
148 int CheckDescriptor(HUSB hUSB, libusb_device_descriptor& desc);
/developtools/syscap_codec/napi/
H A Dnapi_query_syscap.cpp232 napi_property_descriptor desc[] = { in QuerryExport() local
236 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(desc) / sizeof(desc[0]), desc)); in QuerryExport()
/developtools/hdc/src/host/
H A Dhost_usb.h45 int CheckActiveConfig(libusb_device *device, HUSB hUSB, libusb_device_descriptor& desc);
48 int CheckDescriptor(HUSB hUSB, libusb_device_descriptor& desc);
H A Dhost_usb.cpp295 int HdcHostUSB::CheckDescriptor(HUSB hUSB, libusb_device_descriptor& desc) in CheckDescriptor() argument
303 if (libusb_get_device_descriptor(hUSB->device, &desc)) { in CheckDescriptor()
310 childRet = libusb_get_string_descriptor_ascii(hUSB->devHandle, desc.iSerialNumber, (uint8_t *)serialNum, in CheckDescriptor()
363 int HdcHostUSB::CheckActiveConfig(libusb_device *device, HUSB hUSB, libusb_device_descriptor& desc) in CheckActiveConfig() argument
369 if ((desc.bDeviceClass == 0xFF) in CheckActiveConfig()
370 && (desc.bDeviceSubClass == 0xFF) in CheckActiveConfig()
371 && (desc.bDeviceProtocol == 0xFF)) { in CheckActiveConfig()
638 struct libusb_device_descriptor desc; in OpenDeviceMyNeed() local
639 if (CheckDescriptor(hUSB, desc)) { in OpenDeviceMyNeed()
642 if (CheckActiveConfig(device, hUSB, desc)) { in OpenDeviceMyNeed()
703 struct libusb_device_descriptor desc; FindDeviceByID() local
[all...]
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
H A Dmeasure_table.cpp117 indexMap_->SortBy(orderbys[i].desc); in Filter()
120 indexMap_->SortBy(orderbys[i].desc); in Filter()
H A Dgpu_slice_table.cpp104 indexMap_->SortBy(gpuSliceTabOrderbys[i].desc); in Filter()
H A Dframe_maps_table.cpp104 indexMap_->SortBy(frameMapsTabOrderbys[i].desc); in Filter()
H A Dfilter_table.cpp95 indexMap_->SortBy(filterTabOrderbys[i].desc); in Filter()
H A Dprocess_measure_filter_table.cpp107 indexMap_->SortBy(procMeasureFilterOrderbys[i].desc); in Filter()
H A Dcpu_measure_filter_table.cpp100 indexMap_->SortBy(cpuMeasureFilterTabOrderbys[i].desc); in Filter()
H A Ddma_fence_table.cpp100 indexMap_->SortBy(DmaFenceTabOrderbys[i].desc); in Filter()
H A Dinstants_table.cpp79 indexMap_->SortBy(orderbys[i].desc); in SortOfIndexMap()
/developtools/smartperf_host/trace_streamer/src/table/base/
H A Ddata_type_table.cpp26 tableColumn_.push_back(TableBase::ColumnInfo("desc", "TEXT")); in DataTypeTable()
71 indexMap_->SortBy(dataTypeTabOrderbys[i].desc); in Filter()
H A Dargs_table.cpp96 indexMap_->SortBy(argsTabOrderbys[i].desc); in Filter()
H A Ddata_dict_table.cpp93 indexMap_->SortBy(dataDictTabOrderbys[i].desc); in Filter()
H A Dsymbols_table.cpp94 indexMap_->SortBy(symTabOrderbys[i].desc); in Filter()
/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dftrace_parser.cpp97 std::string desc = FtraceFsOps::GetInstance().GetEventDataFormat(type, name); in SetupEvent() local
98 if (desc != "") { in SetupEvent()
99 CHECK_TRUE(ParseEventFormat(desc.data(), format), false, "parse %s/%s/format failed!", in SetupEvent()
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
H A Debpf_data_reader.cpp189 AddrDesc desc{item->size, traceDataCache_->dataDict_.GetStringIndex(strSymbolName_)}; in ReadKernelSymAddrMap()
190 kernelSymbolMap_.insert(std::make_pair(item->value, desc)); in ReadKernelSymAddrMap()
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
H A Dftrace_processor.h38 bool SetupEvent(const std::string &desc);

Completed in 12 milliseconds

123