Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ reading those registers from the sibling threads would result
in duplicate values. Hence, energy counter entries are not
populated for the siblings.

Energy Caluclation
Energy Calculation
------------------

Energy information (in Joules) is based on the multiplier,
Expand Down Expand Up @@ -98,7 +98,7 @@ The Core energy register may wrap around after several days.
To improve the wrap around time, a kernel thread is implemented
to accumulate the socket energy counters and one core energy counter
per run to a respective 64-bit counter. The kernel thread starts
running during probe, wakes up every 100secs and stops running
running during probe, wakes up every 100 secs and stops running
when driver is removed.

Frequency of the accumulator thread is set during the probe
Expand Down Expand Up @@ -203,7 +203,7 @@ Install the module using DKMS:
#> sudo dkms install --force amd_energy/1.0 -k linux_version
Module is built: /lib/modules/linux_version/updates/dkms/

Notes: It is required to have specific linux verion header in /usr/src
Notes: It is required to have specific linux version header in /usr/src

To remove module from dkms tree
#> sudo dkms remove -m amd_energy/1.0 --all
Expand Down