| /linux/Documentation/devicetree/bindings/net/ |
| H A D | smsc-lan87xx.txt | 12 - smsc,disable-energy-detect: 13 If set, do not enable energy detect mode for the SMSC phy. 14 default: enable energy detect mode 17 smsc phy with disabled energy detect mode on an am335x based board. 25 smsc,disable-energy-detect;
|
| /linux/Documentation/scheduler/ |
| H A D | sched-energy.rst | 9 the impact of its decisions on the energy consumed by CPUs. EAS relies on an 10 Energy Model (EM) of the CPUs to select an energy efficient CPU for each task, 20 because this is where the potential for saving energy through scheduling is 25 please refer to its documentation (see Documentation/power/energy-model.rst). 32 - energy = [joule] (resource like a battery on powered devices) 33 - power = energy/time = [joule/second] = [watt] 35 The goal of EAS is to minimize energy, while still getting the job done. That 44 energy [J] 50 scheduler. This alternative considers two objectives: energy-efficiency and 54 implications of its decisions rather than blindly applying energy-saving [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-papr-energy-scale-info | 5 energy/frequency on Linux running as a PAPR guest. 9 energy-savings mode and processor frequency. 19 Description: String description of the energy attribute of <id> 24 Description: Numeric value of the energy attribute of <id> 29 Description: String value of the energy attribute of <id>
|
| H A D | sysfs-bus-iio-adc-pac1934 | 9 current, power and accumulated energy.
|
| H A D | sysfs-driver-intel-i915-hwmon | 73 reflects energy input for the entire device. For gt level 74 hwmon devices (name "i915_gtN") this reflects energy input
|
| /linux/arch/x86/events/ |
| H A D | rapl.c | 434 RAPL_EVENT_ATTR_STR(energy-cores, rapl_cores, "event=0x01"); 435 RAPL_EVENT_ATTR_STR(energy-pkg , rapl_pkg, "event=0x02"); 436 RAPL_EVENT_ATTR_STR(energy-ram , rapl_ram, "event=0x03"); 437 RAPL_EVENT_ATTR_STR(energy-gpu , rapl_gpu, "event=0x04"); 438 RAPL_EVENT_ATTR_STR(energy-psys, rapl_psys, "event=0x05"); 439 RAPL_EVENT_ATTR_STR(energy-core, rapl_core, "event=0x01"); 441 RAPL_EVENT_ATTR_STR(energy-cores.unit, rapl_cores_unit, "Joules"); 442 RAPL_EVENT_ATTR_STR(energy-pkg.unit , rapl_pkg_unit, "Joules"); 443 RAPL_EVENT_ATTR_STR(energy-ram.unit , rapl_ram_unit, "Joules"); 444 RAPL_EVENT_ATTR_STR(energy-gpu.unit , rapl_gpu_unit, "Joules"); [all …]
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | vexpress.txt | 10 "arm,vexpress-energy" 19 energy@0 { 20 compatible = "arm,vexpress-energy";
|
| /linux/Documentation/hwmon/ |
| H A D | ltc2947.rst | 21 The LTC2947 is a high precision power and energy monitor that measures current, 22 voltage, power, temperature, charge and energy. The device supports both SPI 24 The device also measures accumulated quantities as energy. It has two banks of 25 register's to read/set energy related values. These banks can be configured 97 energy1_input Measured energy over time (in microJoule) 99 energy2_input Measured energy over time (in microJoule)
|
| H A D | ibmaem.rst | 26 This driver implements sensor reading support for the energy and power meters 31 The v1 AEM interface has a simple set of features to monitor energy use. There 32 is a register that displays an estimate of raw energy consumption since the 37 range of energy and power use registers, the power cap as set by the AEM
|
| /linux/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-energy.rst | 4 :Original: Documentation/scheduler/sched-energy.rst 30 它提供的内容,请参考其文档(见Documentation/power/energy-model.rst)。 77 见Documentation/power/energy-model.rst) 287 Documentation/power/energy-model.rst中的独立EM框架部分。
|
| H A D | index.rst | 27 sched-energy
|
| /linux/tools/testing/selftests/amd-pstate/ |
| H A D | gitsource.sh | 91 …$PERF stat -a --per-socket -I 1000 -e power/energy-pkg/ /usr/bin/time -o $BACKUP_DIR/$OUTFILE_GIT.… 120 grep Joules $OUTFILE_GIT-perf-$1-$2.log | awk '{print $4}' > $OUTFILE_GIT-energy-$1-$2.log 121 en_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_GIT-energy-$1-$2.log) 175 …$OUTFILE_GIT.result | grep "power consumption(J):" | awk '{print $NF}' > $OUTFILE_GIT-energy-$1.log 176 en_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_GIT-energy-$1.log) 179 avg_en=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_GIT-energy-$1.log)
|
| H A D | tbench.sh | 71 …$PERF stat -a --per-socket -I 1000 -e power/energy-pkg/ tbench -t $TIME_LIMIT $PROCESS_NUM > $OUTF… 102 grep Joules $OUTFILE_TBENCH-perf-$1-$2.log | awk '{print $4}' > $OUTFILE_TBENCH-energy-$1-$2.log 103 en_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_TBENCH-energy-$1-$2.log) 157 …LE_TBENCH.result | grep "power consumption(J):" | awk '{print $NF}' > $OUTFILE_TBENCH-energy-$1.log 158 en_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_TBENCH-energy-$1.log) 161 …avg_en=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_TBENCH-energy-$1.l…
|
| /linux/drivers/powercap/ |
| H A D | intel_rapl_common.c | 211 static int get_max_energy_counter(struct powercap_zone *pcd_dev, u64 *energy) in get_max_energy_counter() argument 215 *energy = rapl_unit_xlate(rd, ENERGY_UNIT, ENERGY_STATUS_MASK, 0); in get_max_energy_counter() 1495 RAPL_EVENT_ATTR_STR(energy-cores, rapl_cores, "event=0x01"); 1496 RAPL_EVENT_ATTR_STR(energy-pkg, rapl_pkg, "event=0x02"); 1497 RAPL_EVENT_ATTR_STR(energy-ram, rapl_ram, "event=0x03"); 1498 RAPL_EVENT_ATTR_STR(energy-gpu, rapl_gpu, "event=0x04"); 1499 RAPL_EVENT_ATTR_STR(energy-psys, rapl_psys, "event=0x05"); 1501 RAPL_EVENT_ATTR_STR(energy-cores.unit, rapl_unit_cores, "Joules"); 1502 RAPL_EVENT_ATTR_STR(energy-pkg.unit, rapl_unit_pkg, "Joules"); 1503 RAPL_EVENT_ATTR_STR(energy-ram.unit, rapl_unit_ram, "Joules"); [all …]
|
| /linux/Documentation/iio/ |
| H A D | ade9000.rst | 7 This driver supports Analog Device's ADE9000 energy measurement IC on SPI bus. 14 The ADE9000 is a highly accurate, fully integrated, multiphase energy and power 16 processing (DSP) core enable accurate energy monitoring over a wide dynamic 25 Power and energy measurements are provided for voltage, current, active power, 98 | in_energy[0-2]_active_raw | Active energy measurement for phases A, B, C.… 100 | in_energy[0-2]_reactive_raw | Reactive energy measurement for phases A, B, … 102 | in_energy[0-2]_apparent_raw | Apparent energy measurement for phases A, B, …
|
| /linux/Documentation/arch/x86/ |
| H A D | intel-hfi.rst | 14 The HFI gives the operating system a performance and energy efficiency 22 about the performance and energy efficiency of each CPU in the system. Each 38 task placement decisions. For instance, if either the performance or energy 41 that processor for performance or energy efficiency reasons, respectively.
|
| H A D | amd-hfi.rst | 37 The ``amd_hfi`` driver delivers the operating system a performance and energy 74 about the performance and energy efficiency of each CPU in the system. Each 92 task placement decisions. For instance, if either the performance or energy 95 on that processor for performance or energy efficiency reasons, respectively. 119 performance and energy efficiency capabilities of each CPU in the system.
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | fujitsu_uncore_pmu.rst | 69 This event counts energy consumption of MAC. 71 This event counts energy consumption of memory. 75 This event counts energy consumption of HA. 106 This event counts energy consumption of PCI.
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | energy-model.rst | 4 :Original: Documentation/power/energy-model.rst 28 Documentation/scheduler/sched-energy.rst。对于一些子系统,比如热能或
|
| H A D | index.rst | 17 energy-model
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | vexpress-v2p-ca15-tc1.dts | 231 energy { 232 /* Total energy */ 233 compatible = "arm,vexpress-energy";
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 116 more energy efficient than higher performance levels. This register 159 toward performance (0x0) or energy efficiency (0xff). 317 to the low-level firmware about the user's desired energy vs efficiency 321 on kernel events. See ``Dynamic energy performance profile`` section below to 326 The current energy performance preference can be read from this attribute. 327 and user can change current preference according to energy or performance needs 356 Dynamic energy performance profile 358 The amd-pstate driver supports dynamically selecting the energy performance 369 select a different energy performance profile when the machine is running on 385 platforms. The AMD P-States mechanism is the more performance and energy [all …]
|
| /linux/Documentation/power/powercap/ |
| H A D | powercap.rst | 154 the zones and subzones contain energy monitoring attributes (energy_uj, 197 Current energy counter in micro joules. Write "0" to reset. 201 Range of the above energy counter in micro-joules. 212 It is possible that some domains have both power ranges and energy counter ranges;
|
| /linux/drivers/platform/x86/amd/hfi/ |
| H A D | Kconfig | 15 energy efficiency capabilities of each heterogeneous CPU core. These
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | rx.c | 724 u8 *energy = _data; in iwl_mvm_stats_energy_iter() local 731 if (energy[sta_id]) in iwl_mvm_stats_energy_iter() 732 mvmsta->deflink.avg_energy = energy[sta_id]; in iwl_mvm_stats_energy_iter() 1080 u8 *energy; in iwl_mvm_handle_rx_statistics() local 1168 energy = (void *)&v11->load_stats.avg_energy; in iwl_mvm_handle_rx_statistics() 1174 energy = (void *)&stats->load_stats.avg_energy; in iwl_mvm_handle_rx_statistics() 1179 energy); in iwl_mvm_handle_rx_statistics()
|