Page MenuHomeFreeBSD

dtrace_test: Remove the dependency on dtraceall
ClosedPublic

Authored by markj on Sep 14 2024, 6:49 PM.
Tags
None
Referenced Files
F132910579: D46673.id.diff
Tue, Oct 21, 2:45 AM
Unknown Object (File)
Sun, Oct 19, 5:54 PM
Unknown Object (File)
Sun, Oct 19, 3:36 PM
Unknown Object (File)
Sun, Oct 12, 1:38 PM
Unknown Object (File)
Tue, Oct 7, 1:42 AM
Unknown Object (File)
Sat, Oct 4, 7:17 AM
Unknown Object (File)
Thu, Oct 2, 6:05 PM
Unknown Object (File)
Thu, Sep 25, 9:20 AM
Subscribers

Details

Summary

FBT refuses to create probes in modules which depend on dtrace(all), but
dtrace_test is a convenient place to add functions specifically for
testing dtrace.

The dependency on dtraceall is not needed, so just remove it. In fact,
it can be useful to test SDT probe creation by loading dtrace_test with
and without dtraceall loaded.

MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable