VirtualBox

Changeset 32923 in vbox


Ignore:
Timestamp:
Oct 5, 2010 2:20:01 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66406
Message:

Config.kmk,Devices/Makefile.kmk: Enabled the experimental dtrace probes on darwin.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r32922 r32923  
    528528# Set this to skip installing the redistributable compiler runtime.
    529529#VBOX_WITHOUT_COMPILER_REDIST = 1
     530# Set this to enable user mode dtrace probes (darwin & solaris only).
     531if1of ($(KBUILD_TARGET), darwin)
     532 VBOX_WITH_DTRACE_R3 = 1
     533endif
     534# Set this to enable kernel driver dtrace probes (darwin & solaris only).
     535#VBOX_WITH_DTRACE_R0DRV = 1
     536# Set this to enable dtrace probes in platform agnostic kernel code.
     537#VBOX_WITH_DTRACE_R0 = 1
     538# Set this to enable dtrace probes raw-mode context code.
     539#VBOX_WITH_DTRACE_RC = 1
     540# Set this to enable support for dtrace probes guest code.
     541#VBOX_WITH_DTRACE_GST = 1
    530542## @}
    531543
  • trunk/src/VBox/Devices/Makefile.kmk

    r32904 r32923  
    458458 DevicesR3_INCS        += $(DevicesR3_0_OUTDIR)
    459459 DevicesR3_INTERMEDIATES += $(DevicesR3_0_OUTDIR)/VBoxDD-dtrace.h
    460  $$(DevicesR3_0_OUTDIR)/VBoxDD-dtrace.h: $(PATH_CURRENT)/VBoxDD-dtrace.d | $$(dir $$@)
     460 $$(DevicesR3_0_OUTDIR)/VBoxDD-dtrace.h: $(PATH_SUB_CURRENT)/VBoxDD-dtrace.d | $$(dir $$@)
    461461        dtrace -C -h -o $@ -s $<
    462462endif
     
    588588  VBoxDDGC_DEFS        += VBOX_WITH_VDMA
    589589 endif
    590  
     590
    591591 ifdef VBOXWDDM_WITH_VBVA
    592592  VBoxDDGC_DEFS         += VBOXWDDM_WITH_VBVA
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette