Changeset 475 for soft


Ignore:
Timestamp:
Dec 12, 2014, 5:55:34 PM (10 years ago)
Author:
alain
Message:

Introducing new conditionnal compilation flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r463 r475  
    2525
    2626#define GIET_DEBUG_FAT           0          /* trace fat accesses */
    27 #define GIET_DEBUG_SYS_LOCK      0          /* trace kernel locks access */
     27#define GIET_DEBUG_SIMPLE_LOCK   0          /* trace kernel simple_lock accesses */
     28#define GIET_DEBUG_SPIN_LOCK     0          /* trace kernel spin_lock accesses */
     29#define GIET_DEBUG_SBT_LOCK      0          /* trace kernel sbt_lock accesses */
     30#define GIET_DEBUG_SYS_MALLOC    0          /* trace kernel malloc accesses */
    2831#define GIET_DEBUG_SWITCH        0          /* trace context switchs  */
    2932#define GIET_DEBUG_IRQS          0          /* trace interrupts */
     
    3437#define GIET_DEBUG_FBF_CMA       0          /* trace FBF_CMA accesses */
    3538
    36 #define GIET_DEBUG_MALLOC        0          /* trace malloc library */
    37 #define GIET_DEBUG_BARRIER       0          /* trace barrier library */
    38 #define GIET_DEBUG_MWMR          0          /* trace mwmr library */
     39#define GIET_DEBUG_USER_MALLOC   0          /* trace malloc library */
     40#define GIET_DEBUG_USER_BARRIER  0          /* trace barrier library */
     41#define GIET_DEBUG_USER_MWMR     0          /* trace mwmr library */
    3942#define GIET_DEBUG_USER_LOCK     0          /* trace user locks access */
    4043
     
    5154#define GIET_NO_HARD_CC          0          /* No hard cache coherence when non zero */
    5255#define GIET_NIC_NBUFS           2          /* Number of buffers for the NIC chbuf */
    53 #define GIET_NIC_NFAKE           6
     56#define GIET_NIC_NFAKE           6          /* Number of fake buffers (for chbuf alignment) */
    5457#define GIET_NIC_BUFSIZE         4096       /* Buffer size for the NIC chbuf */
    5558#define GIET_NIC_TIMEOUT         100        /* Max number of iterations for chbuf access */
    5659#define GIET_NIC_MAC4            0x12345678 /* 32 LSB bits of the MAC address */
    5760#define GIET_NIC_MAC2            0xBEBE     /* 16 MSB bits of the MAC address */
    58 #define GIET_LOCK_MAX_TICKET     1000000    /* max ticket value for the file locks */
     61#define GIET_LOCK_MAX_TICKET     1000000    /* max ticket value for the queueing locks */
    5962
    6063#endif
Note: See TracChangeset for help on using the changeset viewer.