Skip to content
Commit e00fdf98 authored by Christopher Swinchatt's avatar Christopher Swinchatt
Browse files

lisa._assets.kmodules.lisa: Add thermal trace



- Temperatures of up to 12 thermal zones are traced to ftrace by
  polling. The poll interval can be set by defining
  CONFIG_POLL_INTERVAL_MS during 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_LIST
  with a comma-separated list of thermal zone types (the value of
  /sys/class/thermal/thermal_zoneX/type) during build, otherwise,
  LITTLE,MID,BIG is used.

Signed-off-by: Christopher Swinchatt's avatarChris Swinchatt <christopher.swinchatt@arm.com>
parent efd31cfc
Loading
Loading
Loading
Pipeline #7945 failed with stage
in 0 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment