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)
Sun, Oct 12, 11:32 PM
Unknown Object (File)
Sun, Oct 12, 12:06 PM
Unknown Object (File)
Sun, Oct 12, 12:06 PM
Unknown Object (File)
Sun, Oct 12, 12:06 PM
Unknown Object (File)
Sun, Oct 12, 1:09 AM
Unknown Object (File)
Thu, Oct 9, 10:37 PM
Unknown Object (File)
Thu, Oct 2, 2:27 AM
Unknown Object (File)
Tue, Sep 30, 1:42 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59169
Build 56056: arc lint + arc unit