Home
last modified time | relevance | path

Searched refs:energy (Results 1 – 25 of 103) sorted by relevance

12345

/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dsmsc-lan87xx.txt12 - 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;
A Dethernet-phy.yaml114 Mark the corresponding energy efficient ethernet mode as
120 Mark the corresponding energy efficient ethernet mode as
126 Mark the corresponding energy efficient ethernet mode as
132 Mark the corresponding energy efficient ethernet mode as
138 Mark the corresponding energy efficient ethernet mode as
144 Mark the corresponding energy efficient ethernet mode as
/linux-6.3-rc2/Documentation/scheduler/
A Dsched-energy.rst9 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,
32 - energy = [joule] (resource like a battery on powered devices)
33 - power = energy/time = [joule/second] = [watt]
44 energy [J]
54 implications of its decisions rather than blindly applying energy-saving
65 and their respective energy costs.
247 is be the best candidate from an energy-efficiency standpoint.
348 independent EM framework in Documentation/power/energy-model.rst.
365 The energy-aware wake-up algorithm has a complexity of:
[all …]
A Dindex.rst16 sched-energy
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-firmware-papr-energy-scale-info5 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>
A Dsysfs-driver-intel-i915-hwmon71 reflects energy input for the entire device. For gt level
72 hwmon devices (name "i915_gtN") this reflects energy input
/linux-6.3-rc2/arch/x86/events/
A Drapl.c397 RAPL_EVENT_ATTR_STR(energy-cores, rapl_cores, "event=0x01");
398 RAPL_EVENT_ATTR_STR(energy-pkg , rapl_pkg, "event=0x02");
399 RAPL_EVENT_ATTR_STR(energy-ram , rapl_ram, "event=0x03");
400 RAPL_EVENT_ATTR_STR(energy-gpu , rapl_gpu, "event=0x04");
401 RAPL_EVENT_ATTR_STR(energy-psys, rapl_psys, "event=0x05");
403 RAPL_EVENT_ATTR_STR(energy-cores.unit, rapl_cores_unit, "Joules");
404 RAPL_EVENT_ATTR_STR(energy-pkg.unit , rapl_pkg_unit, "Joules");
405 RAPL_EVENT_ATTR_STR(energy-ram.unit , rapl_ram_unit, "Joules");
406 RAPL_EVENT_ATTR_STR(energy-gpu.unit , rapl_gpu_unit, "Joules");
407 RAPL_EVENT_ATTR_STR(energy-psys.unit, rapl_psys_unit, "Joules");
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/hwmon/
A Dvexpress.txt10 "arm,vexpress-energy"
19 energy@0 {
20 compatible = "arm,vexpress-energy";
A Dadi,ltc2947.yaml7 title: Analog Devices LTC2947 high precision power and energy monitor
13 Analog Devices LTC2947 high precision power and energy monitor over SPI or I2C.
29 charge and energy. When an external clock is used, this property must be
36 calculate charge and energy so that, they can be only accumulated for
68 the accumulation of charge, energy and time. This function can be
/linux-6.3-rc2/Documentation/hwmon/
A Dltc2947.rst21 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)
A Dibmaem.rst26 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-6.3-rc2/drivers/powercap/
A DKconfig68 bool "Add CPU power capping based on the energy model"
72 energy model.
75 bool "Add device power capping based on the energy model"
79 energy model.
/linux-6.3-rc2/Documentation/translations/zh_CN/scheduler/
A Dsched-energy.rst4 :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框架部分。
A Dindex.rst27 sched-energy
/linux-6.3-rc2/tools/testing/selftests/amd-pstate/
A Dgitsource.sh86 …perf stat -a --per-socket -I 1000 -e power/energy-pkg/ /usr/bin/time -o ../$OUTFILE_GIT.time-gitso…
115 grep Joules $OUTFILE_GIT-perf-$1-$2.log | awk '{print $4}' > $OUTFILE_GIT-energy-$1-$2.log
116 en_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_GIT-energy-$1-$2.log)
170 …$OUTFILE_GIT.result | grep "power consumption(J):" | awk '{print $NF}' > $OUTFILE_GIT-energy-$1.log
171 en_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_GIT-energy-$1.log)
174 avg_en=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_GIT-energy-$1.log)
A Dtbench.sh71 …perf stat -a --per-socket -I 1000 -e power/energy-pkg/ tbench -t $TIME_LIMIT $PROCESS_NUM > $OUTFI…
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-6.3-rc2/Documentation/devicetree/bindings/cpu/
A Didle-states.yaml71 timing and energy related properties, that underline the HW behaviour
101 IDLE: This is the actual energy-saving idle period. This may last
144 expressed in time units but must factor in energy consumption coefficients.
146 The energy consumption of a cpu when it enters a power state can be roughly
173 and denotes the energy costs incurred while entering and leaving the idle
181 which choosing that state become the most energy efficient option. A good
183 states energy consumptions plots.
207 |IDLE1-energy < IDLE2-energy | IDLE2-energy < IDLE1-energy
213 In graph 2 above, that takes into account idle states entry/exit energy
221 However, the lower power consumption (i.e. shallower energy curve slope) of
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/
A Dvexpress-config.yaml242 "^energy(-.+)?$":
246 const: arm,vexpress-energy
249 description: energy sensor identifier
281 energy {
282 compatible = "arm,vexpress-energy";
/linux-6.3-rc2/Documentation/x86/
A Dintel-hfi.rst14 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.
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_hwmon.c137 hwm_energy(struct hwm_drvdata *ddat, long *energy) in hwm_energy() argument
162 *energy = mul_u64_u32_shr(ei->accum_energy, SF_ENERGY, in hwm_energy()
283 HWMON_CHANNEL_INFO(energy, HWMON_E_INPUT),
289 HWMON_CHANNEL_INFO(energy, HWMON_E_INPUT),
640 long energy; in hwm_get_preregistration_info() local
685 hwm_energy(ddat, &energy); in hwm_get_preregistration_info()
688 hwm_energy(&hwmon->ddat_gt[i], &energy); in hwm_get_preregistration_info()
/linux-6.3-rc2/Documentation/power/
A Denergy-model.rst12 subsystems willing to use that information to make energy-aware decisions.
27 Documentation/scheduler/sched-energy.rst. For some subsystems like thermal or
36 an 'abstract scale' deriving real energy in micro-Joules would not be possible.
162 There are two API functions which provide the access to the energy model:
168 Subsystems interested in the energy model of a CPU can retrieve it using the
169 em_cpu_get() API. The energy model tables are allocated once upon creation of
172 The energy consumed by a performance domain can be estimated using the
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/
A Dbq27xxx.yaml64 - energy-full-design-microwatt-hours
84 energy-full-design-microwatt-hours = <5290000>;
/linux-6.3-rc2/arch/arm/boot/dts/
A Dvexpress-v2p-ca15_a7.dts394 energy-a15 {
395 /* Total energy for the two A15 cores */
396 compatible = "arm,vexpress-energy";
401 energy-a7 {
402 /* Total energy for the three A7 cores */
403 compatible = "arm,vexpress-energy";
A Dvexpress-v2p-ca15-tc1.dts231 energy {
232 /* Total energy */
233 compatible = "arm,vexpress-energy";
/linux-6.3-rc2/Documentation/translations/zh_CN/power/
A Denergy-model.rst4 :Original: Documentation/power/energy-model.rst
28 Documentation/scheduler/sched-energy.rst。对于一些子系统,比如热能或

Completed in 46 milliseconds

12345