Пакет kernel-source-zenergy: Информация
Исходный пакет: kernel-source-zenergy
Версия: 1.0-alt1.gf77293f
Собран: 15 августа 2025 г. 11:14 в задании #392486
Категория: Разработка/Ядро
Сообщить об ошибке в пакетеДомашняя страница: https://github.com/BoukeHaarsma23/zenergy
Лицензия: GPLv2
О пакете: Based on AMD_ENERGY driver, but with some jiffies added so non-root users can read it safely
Описание:
The Energy driver exposes the energy counters that are reported via the Running Average Power Limit (RAPL) Model-specific Registers (MSRs) via the hardware monitor (HWMON) sysfs interface. 1. Power, Energy and Time Units MSR_RAPL_POWER_UNIT/ C001_0299: shared with all cores in the socket 2. Energy consumed by each Core MSR_CORE_ENERGY_STATUS/ C001_029A: 32-bitRO, Accumulator, core-level power reporting 3. Energy consumed by Socket MSR_PACKAGE_ENERGY_STATUS/ C001_029B: 32-bitRO, Accumulator, socket-level power reporting, shared with all cores in socket These registers are updated every 1ms and cleared on reset of the system. Note: If SMT is enabled, Linux enumerates all threads as cpus. Since, the energy status registers are accessed at core level, reading those registers from the sibling threads would result in duplicate values. Hence, energy counter entries are not populated for the siblings.
Сопровождающий: Kernel Maintainer Team
Последнее изменение
15 августа 2025 г. Konstantin Lepikhov 1.0-alt1.gf77293f
- GIT f77293f. - Added fix for kernel 6.16+.