This was added in the initial import of dtrace and overrides the
normal load/unload targets with a custom target that loads a hardcoded
set of modules. Over time, the set of modules has not been updated
and is now incomplete. It's also not really useful compared to the
default implementation of these targets used for loading or unloading
an individual module being actively developed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 77066 Build 73949: arc lint + arc unit
Event Timeline
Comment Actions
We also have dtraceall now, which lists all dtrace modules as dependencies and thus causes them all to be loaded with a single command. I guess this makefile.inc predates that.