37 #define traceTASK_SWITCHED_OUT() traceOUTPUT( "%d:%d:%d:OUT:%s\n", asciitraceGET_TILE_ID(), asciitraceGET_CORE_ID(), xscope_gettime(), pxCurrentTCB->pcTaskName )
38 #define traceTASK_SWITCHED_IN() traceOUTPUT( "%d:%d:%d:IN:%s\n", asciitraceGET_TILE_ID(), asciitraceGET_CORE_ID(), xscope_gettime(), pxCurrentTCB->pcTaskName )