VirtualBox

Changeset 40839 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Apr 9, 2012 2:18:19 PM (13 years ago)
Author:
vboxsync
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/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp

    r40831 r40839  
    311311            return VERR_SUPDRV_VTG_BAD_PROBE_LOC;
    312312        MY_WITHIN_IMAGE(pVtgHdr->paProbLocs[i].pszFunction, VERR_SUPDRV_VTG_BAD_PROBE_LOC);
    313         MY_WITHIN_IMAGE(pVtgHdr->paProbLocs[i].pszFile,     VERR_SUPDRV_VTG_BAD_PROBE_LOC);
    314313        offTmp = (uintptr_t)pVtgHdr->paProbLocs[i].pbProbe - (uintptr_t)pVtgHdr->paProbes;
    315314        if (offTmp >= pVtgHdr->cbProbes)
Note: See TracChangeset for help on using the changeset viewer.

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