Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1094 → Rev 1095

/demos/trunk/tracer/utils/jdump.c
34,11 → 34,11
*/
 
/*
* CVS : $Id: jdump.c,v 1.1 2002-10-21 09:12:35 pj Exp $
* CVS : $Id: jdump.c,v 1.2 2002-10-22 10:07:51 pj Exp $
*
* File: $File$
* Revision: $Revision: 1.1 $
* Last update: $Date: 2002-10-21 09:12:35 $
* Revision: $Revision: 1.2 $
* Last update: $Date: 2002-10-22 10:07:51 $
*/
 
#include <netinet/in.h>
275,7 → 275,7
 
int cxx=0;
/* write MAXC-1 events */
#define MAXC 14
#define MAXC 10000
 
long lasttime;
 
324,6 → 324,7
break;
case TRC_ENDCYCLE:
prevtask=-1;
evt.p.type=TASK_END;
break;
 
/demos/trunk/tracer/utils/makefile
9,6 → 9,9
 
.PHONY: util_dos util_linux clean
 
all:
@echo Targets: util_dos util_linux clean
 
util_dos: tdump.exe jdump.exe sa.exe road.exe wait.exe
 
tdump.exe: tdump.c util.c
32,8 → 35,6
-I$(BASE)/include/trace wait.c util.c -o wait.exe
 
 
 
 
util_linux: jdump tdump sa road wait
 
jdump: jdump.c util.c
57,6 → 58,8
-I$(BASE)/include/trace wait.c util.c -o wait
 
 
 
 
clean:
rm -rf *.o jdump tdump sa road wait tdump.exe jdump.exe sa.exe road.exe wait.exe