Page MenuHomeFreeBSD

boottrace: annotate init and shutdown utilities
ClosedPublic

Authored by mhorne on Sep 13 2021, 3:16 PM.
Tags
None
Referenced Files
F107325236: D31928.diff
Sun, Jan 12, 12:45 PM
F107287076: D31928.id.diff
Sun, Jan 12, 12:35 AM
Unknown Object (File)
Dec 11 2024, 4:29 PM
Unknown Object (File)
Dec 4 2024, 3:49 AM
Unknown Object (File)
Nov 14 2024, 12:18 PM
Unknown Object (File)
Nov 1 2024, 6:59 AM
Unknown Object (File)
Sep 28 2024, 4:16 AM
Unknown Object (File)
Sep 28 2024, 12:26 AM

Details

Summary

Add boottrace annotations to record events in init(8), shutdown(8), and
reboot(8). This is the first piece of the boottrace userland support.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41479
Build 38368: arc lint + arc unit

Event Timeline

sbin/init/init.c
1741

Declarations appearing mid-block are generally discouraged

sbin/init/init.c
1741

Yeah. I think I kept this one here because it would be easier to overlook the static qualifier if it was declared at the start of the function. I wouldn't oppose increasing the scope and moving it to the top of the file.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 22 2022, 12:18 AM
This revision was automatically updated to reflect the committed changes.