mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
dtrace_test: Remove the dependency on dtraceall
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. Reviewed by: avg MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D46673 (cherry picked from commit 5bd7b976c1214cd6357b74f491753a331f9b7c99)
This commit is contained in:
parent
8b1d908cde
commit
af2f923ed0
1 changed files with 0 additions and 1 deletions
|
|
@ -106,4 +106,3 @@ dtrace_test_modevent(module_t mod, int type, void *data)
|
|||
|
||||
DEV_MODULE(dtrace_test, dtrace_test_modevent, NULL);
|
||||
MODULE_VERSION(dtrace_test, 1);
|
||||
MODULE_DEPEND(dtrace_test, dtraceall, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue