Page MenuHomeFreeBSD

vmm: Move duplicated stats code into a generic file
ClosedPublic

Authored by markj on Aug 24 2024, 4:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 26, 5:46 PM
Unknown Object (File)
Feb 12 2025, 8:01 AM
Unknown Object (File)
Feb 7 2025, 11:39 PM
Unknown Object (File)
Feb 7 2025, 10:37 PM
Unknown Object (File)
Feb 2 2025, 11:33 PM
Unknown Object (File)
Jan 18 2025, 8:11 PM
Unknown Object (File)
Jan 17 2025, 6:30 PM
Unknown Object (File)
Nov 25 2024, 7:41 PM

Details

Summary

There is a small difference between the arm64 and amd64 implementations:
the latter makes use of a "scope" to exclude AMD-specific stats on Intel
systems and vice-versa. Replace this with a more generic predicate
callback which can be used for the same purpose.

No functional change intended.

Diff Detail

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