Page MenuHomeFreeBSD

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

Authored by adrian on Nov 7 2025, 4:39 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 28, 2:02 PM
Unknown Object (File)
Tue, Apr 21, 8:54 AM
Unknown Object (File)
Sun, Apr 12, 10:58 AM
Unknown Object (File)
Sat, Apr 11, 11:06 PM
Unknown Object (File)
Wed, Apr 8, 5:32 AM
Unknown Object (File)
Tue, Apr 7, 3:21 AM
Unknown Object (File)
Mar 30 2026, 1:32 PM
Unknown Object (File)
Mar 26 2026, 8:33 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.Nov 7 2025, 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.Nov 7 2025, 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!