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
Unknown Object (File)
Mon, Nov 24, 3:52 PM
Unknown Object (File)
Tue, Nov 18, 1:47 PM
Unknown Object (File)
Sun, Nov 16, 12:39 PM
Unknown Object (File)
Nov 1 2025, 12:32 AM
Unknown Object (File)
Oct 29 2025, 5:27 PM
Unknown Object (File)
Oct 26 2025, 1:23 PM
Unknown Object (File)
Oct 23 2025, 2:40 AM
Unknown Object (File)
Oct 23 2025, 2:40 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