Page MenuHomeFreeBSD

boottrace: Fix tracing the execution of SYSINITs
Needs ReviewPublic

Authored by zlei on Dec 4 2024, 2:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 4:12 AM
Unknown Object (File)
Thu, Oct 9, 2:39 AM
Unknown Object (File)
Wed, Sep 17, 5:24 AM
Unknown Object (File)
Sep 4 2025, 4:40 PM
Unknown Object (File)
Sep 4 2025, 3:24 PM
Unknown Object (File)
Sep 4 2025, 2:50 PM
Unknown Object (File)
Aug 30 2025, 9:25 AM
Unknown Object (File)
Aug 26 2025, 6:12 PM
Subscribers

Details

Reviewers
mhorne
cperciva
Summary

For SYSINITs, boottrace should log the done event, aka after executing
a group of functions in a subsystem.

For dynamically loaded modules, at least a start event should be logged,
so that we can get precise delta.

Fixes: 5a8fceb3bd9f boottrace: trace annotations for startup and shutdown
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped