tools/thermal: Add a temperature capture tool
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 20 Apr 2022 16:09:31 +0000 (18:09 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 19 May 2022 10:11:52 +0000 (12:11 +0200)
commit110acbc6a4518145db3a1a9c0686d730bb258bf1
treedd21ca3ae6b13d373e317b1a494e10f16fcb21a2
parent3b7c5e8adf9ca64f8dd70279076de085ea6369d7
tools/thermal: Add a temperature capture tool

The 'thermometer' tool allows to capture the temperature of a set of
thermal zones defined in a configuration file at a specified rate.

It is designed to have the lowest possible overhead. It will write the
captured temperature per thermal zone per file so making easier to
write a gnuplot script.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Tested-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Link: https://lore.kernel.org/r/20220420160933.347088-4-daniel.lezcano@linaro.org
tools/Makefile
tools/thermal/thermometer/Build [new file with mode: 0644]
tools/thermal/thermometer/Makefile [new file with mode: 0644]
tools/thermal/thermometer/thermometer.8 [new file with mode: 0644]
tools/thermal/thermometer/thermometer.c [new file with mode: 0644]
tools/thermal/thermometer/thermometer.conf [new file with mode: 0644]