VirtualBox

Ignore:
Timestamp:
Jan 2, 2015 12:34:46 PM (10 years ago)
Author:
vboxsync
Message:

VBoxDTrace: debug (r55)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/dtrace.c

    r53675 r53677  
    1487214872
    1487314873        ASSERT(MUTEX_HELD(&cpu_lock));
     14874SUPR0Printf("dtrace_attach: IF=%RTbool #1\n", ASMIntAreEnabled());
    1487414875
    1487514876#ifndef VBOX /* Reduce the area a bit just to be sure our vmem fake doesn't blow up. */
     
    1488014881            NULL, NULL, NULL, 0, VM_SLEEP | VMC_IDENTIFIER);
    1488114882#endif
     14883SUPR0Printf("dtrace_attach: IF=%RTbool #2\n", ASMIntAreEnabled());
    1488214884#ifndef VBOX
    1488314885        dtrace_minor = vmem_create("dtrace_minor", (void *)DTRACEMNRN_CLONE,
     
    1489314895
    1489414896        ASSERT(MUTEX_HELD(&cpu_lock));
     14897SUPR0Printf("dtrace_attach: IF=%RTbool #3\n", ASMIntAreEnabled());
    1489514898        dtrace_bymod = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_mod),
    1489614899            offsetof(dtrace_probe_t, dtpr_nextmod),
    1489714900            offsetof(dtrace_probe_t, dtpr_prevmod));
     14901SUPR0Printf("dtrace_attach: IF=%RTbool #4\n", ASMIntAreEnabled());
    1489814902
    1489914903        dtrace_byfunc = dtrace_hash_create(offsetof(dtrace_probe_t, dtpr_func),
     
    1492314927         * pseudo provider.
    1492414928         */
     14929SUPR0Printf("dtrace_attach: IF=%RTbool #5\n", ASMIntAreEnabled());
    1492514930        (void) dtrace_register("dtrace", &dtrace_provider_attr,
    1492614931            DTRACE_PRIV_NONE, 0, &dtrace_provider_ops, NULL, &id);
     14932SUPR0Printf("dtrace_attach: IF=%RTbool #6\n", ASMIntAreEnabled());
    1492714933
    1492814934        ASSERT(dtrace_provider != NULL);
     
    1493114937        dtrace_probeid_begin = dtrace_probe_create((dtrace_provider_id_t)
    1493214938            dtrace_provider, NULL, NULL, "BEGIN", 0, NULL);
     14939SUPR0Printf("dtrace_attach: IF=%RTbool #7\n", ASMIntAreEnabled());
    1493314940        dtrace_probeid_end = dtrace_probe_create((dtrace_provider_id_t)
    1493414941            dtrace_provider, NULL, NULL, "END", 0, NULL);
     
    1494014947#endif
    1494114948        mutex_exit(&cpu_lock);
     14949SUPR0Printf("dtrace_attach: IF=%RTbool #8\n", ASMIntAreEnabled());
    1494214950
    1494314951        /*
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