Home
last modified time | relevance | path

Searched refs:configs (Results 1 - 13 of 13) sorted by relevance

/developtools/hiperf/src/
H A Dsubcommand_list.cpp52 auto configs = perfEvents_.GetSupportEvents(id); in ShowSupportEventsTypes() local
54 for (auto config : configs) { in ShowSupportEventsTypes()
57 if (configs.size() == 0) { in ShowSupportEventsTypes()
H A Dperf_events.cpp805 auto configs = configTable->second; in GetSupportEvents() local
806 for (auto config : configs) { in GetSupportEvents()
/developtools/global_resource_tool/src/
H A Dresource_table.cpp46 map<string, vector<TableData>> configs; in CreateResourceTable() local
55 configs[resourceItem.GetLimitKey()].push_back(tableData); in CreateResourceTable()
59 if (SaveToResouorceIndex(configs) != RESTOOL_SUCCESS) { in CreateResourceTable()
73 map<string, vector<TableData>> configs; in CreateResourceTable() local
85 configs[resourceItemPtr->GetLimitKey()].push_back(tableData); in CreateResourceTable()
90 if (SaveToResouorceIndex(configs) != RESTOOL_SUCCESS) { in CreateResourceTable()
197 uint32_t ResourceTable::SaveToResouorceIndex(const map<string, vector<TableData>> &configs) const in SaveToResouorceIndex()
201 if (!InitIndexHeader(indexHeader, configs.size())) { in SaveToResouorceIndex()
208 if (!Prepare(configs, limitKeyConfigs, idSets, pos)) { in SaveToResouorceIndex()
219 if (!SaveRecordItem(configs, outStreamDat in SaveToResouorceIndex()
243 Prepare(const map<string, vector<TableData>> &configs, map<string, LimitKeyConfig> &limitKeyConfigs, map<string, IdSet> &idSets, uint32_t &pos) const Prepare() argument
280 SaveRecordItem(const map<string, vector<TableData>> &configs, ostringstream &out, map<string, IdSet> &idSets, uint32_t &pos) const SaveRecordItem() argument
[all...]
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/
H A Drom_analysis.py41 from config import result_dict, collector_config, configs, \
69 gn_info_file = configs["gn_info_file"] # filename to save gn_info
73 ] = configs[product_info]["query_order"] # query order of the gn template to be matched
74 query_order["etc"] = configs["target_type"] # etc会查找所有的template
76 if "manual_config" in configs[product_info].keys():
78 configs[product_info]["manual_config"], product_dict, configs[product_info]["product_dir"]["root"],
99 gn_info_file = configs["gn_info_file"]
107 with os.fdopen(os.open(configs[product_name]["product_infofile"], os.O_WRONLY | os.O_CREAT, mode=0o640), 'w', encoding='utf-8') as f:
151 product_dir: Dict[str, Dict] = configs[product_nam
42 project_path, sub_com_dict, product_name, recollect_gn, baseline, unit_adapt, output_file global() namespace
[all...]
H A Dconfig.py20 __all__ = ["configs", "result_dict", "collector_config", "sub_com_dict"]
64 configs = SimpleYamlTool.read_yaml("config.yaml") variable
67 if product_name not in configs.keys():
76 _sc_json: Dict[Text, Text] = configs.get("subsystem_component")
78 _target_type = configs["target_type"]
/developtools/global_resource_tool/include/
H A Dresource_table.h65 uint32_t SaveToResouorceIndex(const std::map<std::string, std::vector<TableData>> &configs) const;
68 bool Prepare(const std::map<std::string, std::vector<TableData>> &configs,
71 bool SaveRecordItem(const std::map<std::string, std::vector<TableData>> &configs, std::ostringstream &out,
/developtools/profiler/host/smartperf/client/client_command/
H A Dsmartperf_command.cpp159 configs.push_back(argStr); in HandleCommand()
177 for (size_t j = 0; j < configs.size(); j++) { in GetItemInfo()
178 std::string curParam = configs[j]; in GetItemInfo()
217 for (std::string itConfig : configs) { in ExecCommand()
H A Dsp_task.cpp62 std::vector<std::string> configs; in ParseToTask() local
81 configs.push_back(args[i]); in ParseToTask()
91 } else if (configs.size() == 0) { in ParseToTask()
92 LOGE("ExceptionMsg ParseToTask configs size is 0"); in ParseToTask()
95 taskInfo = { sessionId, pkg, configs, interval, snf }; in ParseToTask()
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsmartperf_command.h111 std::vector<std::string> configs; member in OHOS::SmartPerf::SmartPerfCommand
/developtools/hiperf/include/
H A Dperf_events.h461 auto configs = typeConfigs->second; in GetStaticConfigName() local
462 auto config = configs.find(config_id); in GetStaticConfigName()
463 if (config != configs.end()) { in GetStaticConfigName()
467 TYPE_CONFIGS.size(), configs.size()); in GetStaticConfigName()
/developtools/packing_tool/adapter/ohos/
H A DResourcesParser.java380 * @param configs the config list
385 static List<String> readAllItem(int resId, List<ConfigIndex> configs, ByteBuffer buf) { in readAllItem() argument
387 for (ConfigIndex index : configs) { in readAllItem()
477 * @param configs the config list
481 static List<ResourceIndexResult> readDataAllItem(List<ConfigIndex> configs, ByteBuffer buf) { in readDataAllItem() argument
483 for (ConfigIndex index : configs) { in readDataAllItem()
/developtools/hiperf/test/unittest/common/native/
H A Dsubcommand_record_test.cpp436 auto configs = perfEvents.GetSupportEvents(type.first); in TestEvents() local
437 if (configs.empty()) { in TestEvents()
444 for (auto config : configs) { in TestEvents()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h69605 long unsigned int *configs; global() member
69616 struct pinctrl_map_configs configs; global() member
69743 long unsigned int *configs; global() member
69754 struct pinctrl_setting_configs configs; global() member
70809 long unsigned int *configs; global() member
73218 unsigned int configs; global() member
73349 struct sh_pfc_pin_config *configs; global() member
105720 struct tegra210_clk_emc_config *configs; global() member
[all...]

Completed in 494 milliseconds