Changeset 41134 in vbox
- Timestamp:
- May 3, 2012 1:19:22 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r41119 r41134 614 614 # Set this to enable user mode dtrace probes. 615 615 if1of ($(KBUILD_TARGET), darwin solaris) 616 #VBOX_WITH_DTRACE_R3 = 1616 VBOX_WITH_DTRACE_R3 = 1 617 617 endif 618 618 # Set this to enable kernel driver dtrace probes. 619 619 if1of ($(KBUILD_TARGET), darwin solaris) 620 #VBOX_WITH_DTRACE_R0DRV = 1620 VBOX_WITH_DTRACE_R0DRV = 1 621 621 endif 622 622 # Set this to enable dtrace probes in platform agnostic kernel code. … … 630 630 # Set this to indicate that the host shipts with DTrace. 631 631 if1of ($(KBUILD_TARGET), darwin solaris freebsd) 632 #VBOX_WITH_NATIVE_DTRACE = 1632 VBOX_WITH_NATIVE_DTRACE = 1 633 633 endif 634 634 ## @}
Note:
See TracChangeset
for help on using the changeset viewer.