Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1528 → Rev 1529

/demos/trunk/loader/shark/shark.c
166,6 → 166,8
 
}
 
extern unsigned int clk_per_msec;
 
/* Set the zero_time and post the first activation event */
void start_simulation() {
186,10 → 188,15
 
#endif
 
TRACER_LOGEVENT(FTrace_EVT_trace_start,0,0);
TRACER_LOGEVENT(FTrace_EVT_trace_start,proc_table[exec_shadow].context,clk_per_msec);
for (i=0;i<10;i++)
if (proc_table[i].context != 0) TRACER_LOGEVENT(FTrace_EVT_id,
(unsigned short int)proc_table[i].context,i);
 
kern_gettime(&zero_time);
i = 0;
while (i < total_loader_task) {
if (l->muxstatus == 1) {