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, Apr 19, 4:30 PM
Unknown Object (File)
Fri, Apr 17, 1:17 AM
Unknown Object (File)
Thu, Apr 16, 2:31 PM
Unknown Object (File)
Wed, Apr 15, 8:41 PM
Unknown Object (File)
Wed, Apr 15, 8:41 PM
Unknown Object (File)
Wed, Apr 15, 5:34 AM
Unknown Object (File)
Mon, Apr 13, 10:41 PM
Unknown Object (File)
Tue, Mar 31, 4:14 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