Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 214 → Rev 215

/shark/trunk/include/kernel/types.h
21,11 → 21,11
 
/**
------------
CVS : $Id: types.h,v 1.3 2003-03-13 13:36:28 pj Exp $
CVS : $Id: types.h,v 1.4 2003-08-07 09:00:03 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.3 $
Last update: $Date: 2003-03-13 13:36:28 $
Revision: $Revision: 1.4 $
Last update: $Date: 2003-08-07 09:00:03 $
------------
 
**/
68,6 → 68,7
 
/*+ the type used in the on-line guarantee +*/
typedef unsigned int bandwidth_t;
typedef signed long int ext_bandwidth_t;
 
/*+ keys for task specific data */
typedef int task_key_t;
/shark/trunk/include/trace/types.h
38,11 → 38,11
*/
 
/*
* CVS : $Id: types.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
* CVS : $Id: types.h,v 1.2 2003-08-07 09:00:03 giacomo Exp $
*
* File: $File$
* Revision: $Revision: 1.1.1.1 $
* Last update: $Date: 2002-03-29 14:12:51 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2003-08-07 09:00:03 $
*/
 
#ifndef __TRACE_TYPES_H
65,24 → 65,25
#define TRC_ENDCYCLE 0x07
#define TRC_DESTROY 0x08
#define TRC_INTACTIVATION 0x09
#define TRC_DISABLE 0x0a
 
/* user class */
#define TRC_USER0 0x0a
#define TRC_USER1 0x0b
#define TRC_USER2 0x0c
#define TRC_USER3 0x0d
#define TRC_USER4 0x0e
#define TRC_USER5 0x0f
#define TRC_USER6 0x10
#define TRC_USER7 0x11
#define TRC_USER0 0x0b
#define TRC_USER1 0x0c
#define TRC_USER2 0x0d
#define TRC_USER3 0x0e
#define TRC_USER4 0x0f
#define TRC_USER5 0x10
#define TRC_USER6 0x11
#define TRC_USER7 0x12
 
/* low level class */
#define TRC_INTR 0x12
#define TRC_INTR 0x13
 
/* semaphore class */
#define TRC_SEM_WAIT 0x13
#define TRC_SEM_WAITNB 0x14
#define TRC_SEM_SIGNAL 0x15
#define TRC_SEM_WAIT 0x14
#define TRC_SEM_WAITNB 0x15
#define TRC_SEM_SIGNAL 0x16
 
/* used internal by the tracer (the first event of a class) */
#define TRC_F_TRACER TRC_RESERVED