Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace thermal zone temperatures in the LISA kmodule #2170

Closed
wants to merge 2 commits into from
Closed

Trace thermal zone temperatures in the LISA kmodule #2170

wants to merge 2 commits into from

Conversation

chrisswinchatt-arm
Copy link

  • Temperures 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.

- Temperures 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: Chris Swinchatt <[email protected]>
@douglas-raillard-arm
Copy link
Contributor

Closing as the project has moved to https://gitlab.arm.com/tooling/lisa/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants