VirtualBox

Changeset 40596 in vbox


Ignore:
Timestamp:
Mar 23, 2012 3:43:01 PM (13 years ago)
Author:
vboxsync
Message:

Looking into generating include/VMMTracing.h...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VBoxVMM.d

    r40595 r40596  
    1919{
    2020    probe em__state__changed(void *a_pVCpu, int a_enmOldState, int a_enmNewState, int a_rc);
     21    /*^^VMM-ALT-TP: "%d -> %d (rc=%d)", a_enmOldState, a_enmNewState, a_rc */
     22
    2123    probe em__state__unchanged(void *a_pVCpu, int a_enmState, int a_rc);
     24    /*^^VMM-ALT-TP: "%d (rc=%d)", a_enmState, a_rc */
     25
    2226    probe em__raw__run__pre(void *a_pVCpu, void *a_pCtx);
     27    /*^^VMM-ALT-TP: "%04x:%08llx", (a_pCtx)->cs, (a_pCtx)->rip */
     28
    2329    probe em__raw__run__ret(void *a_pVCpu, void *a_pCtx, int a_rc);
     30    /*^^VMM-ALT-TP: "%04x:%08llx rc=%d", (a_pCtx)->cs, (a_pCtx)->rip, (a_rc) */
     31
    2432    probe em__ff__high(void *a_pVCpu, unsigned int a_fGlobal, unsigned int a_fLocal, int a_rc);
     33    /*^^VMM-ALT-TP: "vm=%#x cpu=%#x rc=%d", (a_fGlobal), (a_fLocal), (a_rc) */
     34
    2535    probe em__ff__all(void *a_pVCpu, unsigned int a_fGlobal, unsigned int a_fLocal, int a_rc);
     36    /*^^VMM-ALT-TP: "vm=%#x cpu=%#x rc=%d", (a_fGlobal), (a_fLocal), (a_rc) */
     37
    2638    probe em__ff__all_ret(void *a_pVCpu, int a_rc);
     39    /*^^VMM-ALT-TP: "%d", (a_rc) */
     40
    2741    probe em__ff__raw(void *a_pVCpu, unsigned int a_fGlobal, unsigned int a_fLocal);
     42    /*^^VMM-ALT-TP: "vm=%#x cpu=%#x", (a_fGlobal), (a_fLocal) */
     43
    2844    probe em__ff__raw_ret(void *a_pVCpu, int a_rc);
     45    /*^^VMM-ALT-TP: "%d", (a_rc) */
     46
    2947    probe r0__gvmm__vm__created(void *a_pGVM, void *a_pVM, unsigned int a_Pid, void *a_hEMT0, unsigned int a_cCpus);
    3048};
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