Page MenuHomeFreeBSD

Use COUNTER_U64_SYSINIT() in a few places where it simplifies things.
ClosedPublic

Authored by markj on Mar 5 2020, 7:11 PM.
Tags
None
Referenced Files
F103429764: D23978.id69268.diff
Sun, Nov 24, 10:23 PM
Unknown Object (File)
Oct 6 2024, 4:10 PM
Unknown Object (File)
Sep 27 2024, 2:57 PM
Unknown Object (File)
Sep 24 2024, 3:31 AM
Unknown Object (File)
Sep 21 2024, 5:42 PM
Unknown Object (File)
Sep 10 2024, 12:26 AM
Unknown Object (File)
Sep 9 2024, 1:16 AM
Unknown Object (File)
Sep 8 2024, 9:24 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/vm/vm_object.c
169 ↗(On Diff #69235)

This sequence of declaration/EARLY_COUNTER initialization and SYSINIT repeats very often in your patch. Would it make sense to add e.g. COUNTER_U64_SYSINIT_EARLY that would do everything?

sys/vm/vm_object.c
169 ↗(On Diff #69235)

That makes sense. Maybe COUNTER_U64_DEFINE_EARLY?

sys/vm/vm_object.c
169 ↗(On Diff #69235)

Sure.

Use COUNTER_U64_DEFINE_EARLY.

This revision is now accepted and ready to land.Mar 6 2020, 4:22 PM