Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1572 → Rev 1573

/demos/trunk/newtrace/udp/udptrace.c
49,7 → 49,7
/** Start the tracer. */
FTrace_enable();
/** Disable the filtering for timer related events. */
/** Enable filtering for timer related events. */
FTrace_set_filter(FTrace_filter_timer, 1);
 
TRACER_LOGEVENT(FTrace_EVT_trace_start,proc_table[exec_shadow].context,clk_per_msec);