VirtualBox

Changeset 40839 in vbox for trunk/include/VBox


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

VBoxTpG: Drop the file name in the probe location, it isn't useful to DTrace. Also use FUNCTION instead of PRETTY_FUNCTION to note down the name of the enclosing function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxTpG.h

    r40826 r40839  
    3535    uint32_t    idProbe;
    3636    const char *pszFunction;
    37     const char *pszFile;
    3837    uint8_t    *pbProbe;
    39 #if ARCH_BITS == 32 /* Make the structure a multiple of 8. */
    40     uint32_t    u32Padding;
    41 #endif
    4238} VTGPROBELOC;
    4339/** Pointer to a probe location. */
     
    228224
    229225/** The current VTGOBJHDR::szMagic value. */
    230 #define VTGOBJHDR_MAGIC     "VTG Object Header v1.0\0"
     226#define VTGOBJHDR_MAGIC     "VTG Object Header v1.1\0"
    231227
    232228/** The name of the VTG data object header symbol in the object file. */
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