Home
last modified time | relevance | path

Searched refs:cluster (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_sensor_cluster_test.cpp66 ThermalConfigSensorCluster cluster; variable
67 cluster.sensorInfolist_.clear();
68 EXPECT_FALSE(cluster.CheckStandard());
85 EXPECT_TRUE(cluster.CheckStandard());
107 ThermalConfigSensorCluster cluster; variable
110 EXPECT_NE(cluster.latestLevel_, 1);
134 ThermalConfigSensorCluster cluster; variable
173 ThermalConfigSensorCluster cluster; variable
197 ThermalConfigSensorCluster cluster; variable
223 ThermalConfigSensorCluster cluster; variable
[all …]
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-standard-sched-cpuisolation.md27 CPU轻量级隔离提供了一些接口用于控制CPU隔离核的个数以及记录当前状态,支持以CPU cluster层级进行配置,这些接口位于每个CPU cluster的首个CPU设备信息目录中,如`/sys/d…
33 | | max_cpus | 设置活跃(未隔离)CPU最大值个数,其中最大值为CPU cluster包含的CPU个数 |
36 | | global_state | 记录系统所有CPU cluster的状态信息,包含CPU 隔离状态,online状态以及负载信息等。 |
H A Dkernel-standard-sched-rtg.md6 关联线程组(related thread group)提供了对一组关键线程调度优化的能力,支持对关键线程组单独进行负载统计和预测,并且设置优选CPU cluster功能,从而达到为组内线程选择最优C…
38 关联线程组信息包含group id,分组优选CPU cluster id,分组内线程信息等。
45 RTG_CLUSTER : -1 // CPU cluster id,其中-1表示未设置优选cluster
H A Dkernel-small-debug-shell-file-format.md46 Format to FAT32, 128 sectors per cluster.
H A Dkernel-overview.md140 关联线程组(related thread group)提供了对一组关键线程调度优化的能力,支持对关键线程组单独进行负载统计和预测,并且设置优选CPU cluster功能,从而达到为组内线程选择最优C…
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_policy/
H A Dthermal_policy.cpp94 for (auto cluster = sensorClusterMap_.begin(); cluster != sensorClusterMap_.end(); cluster++) { in LevelDecision() local
95 THERMAL_HILOGD(COMP_SVC, "update [%{public}s] level", cluster->first.c_str()); in LevelDecision()
96 cluster->second->UpdateThermalLevel(typeTempMap_); in LevelDecision()
97 uint32_t level = cluster->second->GetCurrentLevel(); in LevelDecision()
98 clusterLevelMap_[cluster->first] = level; in LevelDecision()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-standard-sched-rtg.md6 …f an RTG can be collected and predicted separately and the preferred CPU cluster can be set to all…
38 The RTG information includes group ID, preferred CPU cluster ID, and thread information.
45 …LUSTER : -1 // CPU cluster ID. The value **-1** means that the preferre…
H A Dkernel-small-debug-shell-file-format.md21 …**, a proper cluster size is automatically selected. The available cluster size range varies depen…
46 Format to FAT32, 128 sectors per cluster.
H A Dkernel-standard-sched-cpuisolation.md29 …rs. These APIs are located in the first CPU device directory of each CPU cluster, for example, `/s…
35 …um number of active (not isolated) CPUs. The maximum value is the number of CPUs in a CPU cluster.|
H A Dkernel-mini-extend-file.md55cluster in the storage device. The cluster information includes whether the cluster is used, numbe…
57 …6, and FAT32. The numbers 12, 16, and 32 indicate the number of bits per cluster within the FAT, r…
H A Dkernel-small-bundles-fs-support.md7cluster in the storage device. The cluster information includes whether the cluster is used, numbe…
H A Dkernel-overview.md143 …f an RTG can be collected and predicted separately and the preferred CPU cluster can be set to all…
/ohos5.0/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_parser.cpp54 uint16_t BatteryStatsParser::GetSpeedNum(uint16_t cluster) in GetSpeedNum() argument
57 if (cluster == i) { in GetSpeedNum()
59 cluster); in GetSpeedNum()
H A Dcpu_time_reader.cpp83 int64_t CpuTimeReader::GetUidCpuClusterTimeMs(int32_t uid, uint32_t cluster) in GetUidCpuClusterTimeMs() argument
89 if (cluster < cpuClusterTimeVector.size()) { in GetUidCpuClusterTimeMs()
90 cpuClusterTime = cpuClusterTimeVector[cluster]; in GetUidCpuClusterTimeMs()
92 std::to_string(cpuClusterTime).c_str(), cluster); in GetUidCpuClusterTimeMs()
94 … STATS_HILOGD(COMP_SVC, "No cpu cluster time of cluster: %{public}d found, return 0", cluster); in GetUidCpuClusterTimeMs()
102 int64_t CpuTimeReader::GetUidCpuFreqTimeMs(int32_t uid, uint32_t cluster, uint32_t speed) in GetUidCpuFreqTimeMs() argument
108 auto clusterIter = cpuFreqTimeMap.find(cluster); in GetUidCpuFreqTimeMs()
120 cluster); in GetUidCpuFreqTimeMs()
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-thermal_level.md52 | name | Sensor cluster name | string | None |
53 …| sensor | Sensors in the cluster | string | soc, battery, shell, cpu, charger, ambient, ap, and p…
54 …| aux_sensor | Auxiliary sensors in the cluster | string | soc, battery, shell, cpu, charger, ambi…
60 | level | Thermal level defined for each sensor cluster | int | >0 |
61 …| threshold | Temperature threshold for each sensor in the cluster to reach the corresponding ther…
62 …| threshold_clr | Temperature threshold for each sensor in the cluster to roll back to the previou…
H A Dsubsys-dfx-hidumper.md45 | -lc | Shows the system information cluster list.|
47 | -c | Exports system cluster information.|
48 | -c&nbsp;[base&nbsp;system] | Exports system cluster information based on **base** or **system** t…
75 2. Run the **hidumper -lc** command to obtain the system information cluster list.
87 4. Run the **hidumper -c [base | system]** to obtain the system cluster information that is classif…
H A Dsubsys-thermal_policy.md45 …| name | Name of the sensor cluster corresponding to the thermal policy.| string | Corresponding t…
46 …policy.| int | Corresponding to the thermal level defined for the sensor cluster in [Thermal Level…
H A Dsubsys-power-stats-power-average-customization.md71cluster. The value is in array format and is used to configure the baseline power consumption for …
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-power-stats-power-average-customization.md71 …le数组 | cpu_clusters:cpu cluster的基准耗电量,数组形式,用于配置不同cpu cluster基准耗电量。默认配置包括3个不同cpu cluster基准耗电信息。<br/…
/ohos5.0/base/powermgr/battery_statistics/services/native/include/
H A Dcpu_time_reader.h30 int64_t GetUidCpuClusterTimeMs(int32_t uid, uint32_t cluster);
31 int64_t GetUidCpuFreqTimeMs(int32_t uid, uint32_t cluster, uint32_t speed);
H A Dbattery_stats_parser.h42 uint16_t GetSpeedNum(uint16_t cluster);
/ohos5.0/base/powermgr/thermal_manager/
H A DREADME.md107 … # sensor_cluster directory, used to configure a cluster of sensors. Wherein, name indicates the c…
/ohos5.0/base/hiviewdfx/hidumper/
H A DREADME.md67 2. Run the **hidumper -lc** command to obtain the system information cluster list.
79 4. Run the **hidumper -c [base | system]** to obtain the system cluster information that is classi…
/ohos5.0/docs/en/application-dev/dfx/
H A Dhidumper.md18 | -c | Obtains the detailed information about the system information cluster.|
19 | -c [base system] | Obtains the detailed information about the base or system information cluster.|
80 System cluster list:
107 4. Obtain the detailed information about the system information cluster.
125 5. Obtain the detailed information about the base or system information cluster.
/ohos5.0/base/powermgr/thermal_manager/test/unittest/
H A DBUILD.gn667 # thermal config sensor cluster test

12