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
F135660107: D53633.diff
Tue, Nov 11, 4:42 PM
Unknown Object (File)
Fri, Nov 7, 4:22 PM
Unknown Object (File)
Fri, Nov 7, 11:58 AM
Unknown Object (File)
Fri, Nov 7, 10:48 AM
Unknown Object (File)
Fri, Nov 7, 9:59 AM
Unknown Object (File)
Fri, Nov 7, 7:38 AM
Subscribers

Details

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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!