VirtualBox

Changeset 40975 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Apr 18, 2012 2:49:24 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77533
Message:

VBoxTpG,SUPDrv,VBoxVMM: Working on static user land probes for the non-native platforms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/VM.cpp

    r40274 r40975  
    7272
    7373#include <VBox/sup.h>
     74#if defined(VBOX_WITH_DTRACE_R3) && !defined(VBOX_WITH_NATIVE_DTRACE)
     75# include <VBox/VBoxTpG.h>
     76#endif
    7477#include <VBox/dbg.h>
    7578#include <VBox/err.h>
     
    156159        return VINF_SUCCESS;
    157160
     161#if defined(VBOX_WITH_DTRACE_R3) && !defined(VBOX_WITH_NATIVE_DTRACE)
     162    //SUPR3TracerRegisterModule(&g_VTGObjHeader, "VBoxVMM");
     163#endif
     164
    158165    /*
    159166     * We're done.
     
    162169    return VINF_SUCCESS;
    163170}
    164 
    165171
    166172
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