VirtualBox

Changeset 40636 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Mar 26, 2012 12:14:18 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77062
Message:

Implemented VMMR0 static DTrace probes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxTpG.cpp

    r40619 r40636  
    160160static unsigned             g_cAssemblerOptions         = 0;
    161161static const char          *g_apszAssemblerOptions[32];
    162 static const char          *g_pszProbeFnName            = "SUPR0FireProbe";
     162static const char          *g_pszProbeFnName            = "SUPR0VtgFireProbe";
    163163static bool                 g_fProbeFnImported          = true;
    164164/** @} */
     
    930930            ScmStreamPrintf(pStrm,
    931931                            "); \\\n"
    932                             "        } \\\n");
     932                            "        } \\\n"
     933                            "        { \\\n" );
    933934            RTListForEach(&pProbe->ArgHead, pArg, VTGARG, ListEntry)
    934935            {
     
    940941            }
    941942            ScmStreamPrintf(pStrm,
     943                            "        } \\\n"
    942944                            "    } while (0)\n"
    943945                            "\n");
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