Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 385 → Rev 502

/shark/trunk/kernel/modules/hardcbs.c
191,7 → 191,7
}
/* tracer stuff */
TRACER_LOGEVENT(FTrace_EVT_task_timer,3,p,proc_table[p].task_level);
TRACER_LOGEVENT(FTrace_EVT_task_timer,(unsigned short int)proc_table[p].context,(unsigned int)proc_table[p].task_level);
 
}
 
450,7 → 450,7
}
 
jet_update_endcycle(); /* Update the Jet data... */
TRACER_LOGEVENT(FTrace_EVT_task_end_cycle,3,p,l);
TRACER_LOGEVENT(FTrace_EVT_task_end_cycle,(unsigned short int)proc_table[p].context,(unsigned int)l);
 
break;
 
457,7 → 457,7
case 1:
 
lev->flag[p] |= HCBS_SLEEP;
TRACER_LOGEVENT(FTrace_EVT_task_disable,3,p,l);
TRACER_LOGEVENT(FTrace_EVT_task_disable,(unsigned short int)proc_table[p].context,(unsigned int)l);
 
break;