Trace thermal zone temperatures in the LISA kmodule
Created by: chrisswinchatt-arm
- Temperures of up to 12 thermal zones are traced to
ftraceby polling. The poll interval can be set by definingCONFIG_POLL_INTERVAL_MSduring build, which defaults to 100 ms. It will be clamped to be between 1 and 5000 ms inclusive. - Thermal zones are selected by defining
CONFIG_THERMAL_ZONE_LISTwith a comma-separated list of thermal zone types (the value of/sys/class/thermal/thermal_zoneX/type) during build, otherwise,LITTLE,MID,BIGis used.
Edited by Douglas Raillard