expose the state of thermal zones as kstats.
authordlg <dlg@openbsd.org>
Thu, 23 Nov 2023 00:47:13 +0000 (00:47 +0000)
committerdlg <dlg@openbsd.org>
Thu, 23 Nov 2023 00:47:13 +0000 (00:47 +0000)
commitdfd7428cb9ea3ffeffa01eafe2ac770ba4aaa7ef
tree04b9a79bd80aeb98d97eda1a2300bb7df4c5e52a
parent9fa027f16fcb815ac6d45f93c5c75deb8f911231
expose the state of thermal zones as kstats.

this makes it a bit more obvious how much head room you have for
things like cpu performance scaling.

the information provided at the moment is more useful for developers
working on cpu scaling, but it should improve as i get my head
around more of these things.

patrick@ and kettenis@ like the idea.
sys/dev/ofw/ofw_thermal.c