kernel/eka/include/nkern/nk_trace.h
changeset 31 56f325a607ea
parent 0 a41df078684a
child 80 597aaf25e343
child 90 947f0dc9f7a8
equal deleted inserted replaced
15:4122176ea935 31:56f325a607ea
   317 @prototype
   317 @prototype
   318 */
   318 */
   319 #define KIIC 42 //0x00000400, index 1
   319 #define KIIC 42 //0x00000400, index 1
   320 
   320 
   321 /**
   321 /**
       
   322 @publishedPartner
       
   323 @prototype
       
   324 */
       
   325 #define KHCR 43 //0x00000800, index 1
       
   326 
       
   327 /**
   322 @internalComponent
   328 @internalComponent
   323 @released
   329 @released
   324 */
   330 */
   325 #define KREALTIME	63 //0x80000000, index 1
   331 #define KREALTIME	63 //0x80000000, index 1
   326 
   332 
   497 #undef BTRACE_RESOURCE_MANAGER
   503 #undef BTRACE_RESOURCE_MANAGER
   498 #undef BTRACE_RESMANUS
   504 #undef BTRACE_RESMANUS
   499 #undef BTRACE_TRAWEVENT
   505 #undef BTRACE_TRAWEVENT
   500 #undef BTRACE_SYMBIAN_KERNEL_SYNC
   506 #undef BTRACE_SYMBIAN_KERNEL_SYNC
   501 #undef BTRACE_FLEXIBLE_MEM_MODEL
   507 #undef BTRACE_FLEXIBLE_MEM_MODEL
       
   508 #undef BTRACE_CLIENT_SERVER
       
   509 #undef BTRACE_REQUESTS
   502 
   510 
   503 
   511 
   504 /**
   512 /**
   505 If defined, code for BTrace category BTrace::EThreadIdentification
   513 If defined, code for BTrace category BTrace::EThreadIdentification
   506 is compiled into the kernel.
   514 is compiled into the kernel.
   618 If defined, code for BTrace category BTrace::EIic is compiled into the
   626 If defined, code for BTrace category BTrace::EIic is compiled into the
   619 IIC Subsystem.
   627 IIC Subsystem.
   620 */
   628 */
   621 #define BTRACE_IIC
   629 #define BTRACE_IIC
   622 
   630 
       
   631 /**
       
   632 If defined, code for BTrace category BTrace::EClientServer is compiled into the
       
   633 kernel.
       
   634 */
       
   635 #define BTRACE_CLIENT_SERVER
       
   636 
       
   637 /**
       
   638 If defined, code for BTrace category BTrace::ERequest is compiled into the
       
   639 kernel.
       
   640 */
       
   641 #define BTRACE_REQUESTS
       
   642 
   623 #endif // _DEBUG
   643 #endif // _DEBUG
   624 
   644 
   625 #endif // __KERNEL_MODE__
   645 #endif // __KERNEL_MODE__
   626 
   646 
   627 
   647 
   628 #if defined(BTRACE_KERNEL_PROTOTYPE)
   648 #if defined(BTRACE_KERNEL_PROTOTYPE)
   629 // Prototype trace categories...
   649 // Prototype trace categories...
   630 #undef BTRACE_CLIENT_SERVER
       
   631 #define BTRACE_CLIENT_SERVER
       
   632 #undef BTRACE_REQUESTS
       
   633 #define BTRACE_REQUESTS
       
   634 #undef BTRACE_THREAD_PRIORITY
   650 #undef BTRACE_THREAD_PRIORITY
   635 #define BTRACE_THREAD_PRIORITY
   651 #define BTRACE_THREAD_PRIORITY
   636 #endif
   652 #endif
   637 
   653 
   638 #if defined(BTRACE_KERNEL_VERBOSE)
   654 #if defined(BTRACE_KERNEL_VERBOSE)