VirtualBox

Changeset 7709 in vbox for trunk/include


Ignore:
Timestamp:
Apr 2, 2008 4:40:00 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29238
Message:

Added a cpuid / apicid logging prefix. New *_LOG_FLAGS is 'cpuid'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/log.h

    r7602 r7709  
    287287    RTLOGFLAGS_USECRLF          = 0x00000010,
    288288    /** Show relative timestamps with PREFIX_TSC and PREFIX_TS */
    289     RTLOGFLAGS_REL_TS           = 0x00008000,
     289    RTLOGFLAGS_REL_TS           = 0x00000020,
    290290    /** Show decimal timestamps with PREFIX_TSC and PREFIX_TS */
    291     RTLOGFLAGS_DECIMAL_TS       = 0x00010000,
     291    RTLOGFLAGS_DECIMAL_TS       = 0x00000040,
     292    /** New lines should be reprefixed with the CPU id (ApicID on intel/amd). */
     293    RTLOGFLAGS_PREFIX_CPUID     = 0x00010000,
    292294    /** New lines should be prefixed with the native process id. */
    293295    RTLOGFLAGS_PREFIX_PID       = 0x00020000,
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