Page MenuHomeFreeBSD

acpi: add counters for cumulative time spent in each sleep state.
ClosedPublic

Authored by adrian on Fri, Nov 7, 4:39 AM.
Tags
None
Referenced Files
F136848326: D53633.id.diff
Thu, Nov 20, 1:53 AM
F136848311: D53633.id166015.diff
Thu, Nov 20, 1:52 AM
F136848306: D53633.id166269.diff
Thu, Nov 20, 1:52 AM
F136847897: D53633.diff
Thu, Nov 20, 1:48 AM
Unknown Object (File)
Fri, Nov 14, 9:19 PM
Unknown Object (File)
Fri, Nov 14, 9:19 PM
Unknown Object (File)
Fri, Nov 14, 9:19 PM
Unknown Object (File)
Fri, Nov 14, 6:35 PM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68473
Build 65356: arc lint + arc unit

Event Timeline

adrian requested review of this revision.Fri, Nov 7, 4:39 AM

Seems legit. It's per cpu already so it should be this simple. Maybe check on the size of the cpu so it doesn't spill to a new cache line

This revision is now accepted and ready to land.Fri, Nov 7, 4:53 AM
adrian added a reviewer: gallatin.
adrian added a subscriber: gallatin.

Hi @gallatin would you mind helping me eyeball what the cacheline size / offset implications would be for extending the per-CPU ACPI stuff like this? Thanks!