kernel/eka/include/nkern/nk_trace.h
branchRCL_3
changeset 80 597aaf25e343
parent 31 56f325a607ea
child 256 c1f20ce4abcf
equal deleted inserted replaced
62:4a8fed1c0ef6 80:597aaf25e343
   572 This BTrace category is only supported on the multiple and moving memory models.
   572 This BTrace category is only supported on the multiple and moving memory models.
   573 
   573 
   574 @publishedPartner
   574 @publishedPartner
   575 @released 9.4
   575 @released 9.4
   576 */
   576 */
   577 #if defined(__MEMMODEL_MOVING__) || defined (__MEMMODEL_MULTIPLE__)
   577 #if !defined(__MEMMODEL_DIRECT__) && !defined (__MEMMODEL_EMUL_SINGLE_HOST_PROCESS__)
   578 #define BTRACE_RAM_ALLOCATOR
   578 #define BTRACE_RAM_ALLOCATOR
   579 #endif
   579 #endif
   580 
   580 
   581 /**
   581 /**
   582 If defined, code for BTrace category BTrace::EFastMutex is compiled into the
   582 If defined, code for BTrace category BTrace::EFastMutex is compiled into the
   618 If defined, code for BTrace category BTrace::EFlexibleMemModel is compiled into
   618 If defined, code for BTrace category BTrace::EFlexibleMemModel is compiled into
   619 the kernel.
   619 the kernel.
   620 
   620 
   621 This BTrace category is only supported on the flexible memory model.
   621 This BTrace category is only supported on the flexible memory model.
   622 */
   622 */
       
   623 #ifdef __MEMMODEL_FLEXIBLE__
   623 #define BTRACE_FLEXIBLE_MEM_MODEL
   624 #define BTRACE_FLEXIBLE_MEM_MODEL
       
   625 #endif
   624 
   626 
   625 /**
   627 /**
   626 If defined, code for BTrace category BTrace::EIic is compiled into the
   628 If defined, code for BTrace category BTrace::EIic is compiled into the
   627 IIC Subsystem.
   629 IIC Subsystem.
   628 */
   630 */