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)
May 6 2026, 11:00 PM
Unknown Object (File)
May 3 2026, 11:42 PM
Unknown Object (File)
May 1 2026, 10:18 AM
Unknown Object (File)
Apr 27 2026, 5:34 PM
Unknown Object (File)
Apr 25 2026, 7:51 AM
Unknown Object (File)
Apr 20 2026, 6:35 PM
Unknown Object (File)
Apr 15 2026, 2:06 AM
Unknown Object (File)
Apr 9 2026, 7:22 PM
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