4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since f3576f5 was
02bd77e,
checked in by Shane Alcock <salcock@…>, 15 years ago
|
Added a rudimentary traceflow tool to libtrace - it is certainly in need of a bit of work - a manpage and some proper usage help would be a good start
|
-
Property mode set to
100644
|
File size:
371 bytes
|
Line | |
---|
1 | # tracedump depends on libpacketdump |
---|
2 | TRACEDUMP_DIR=tracepktdump |
---|
3 | |
---|
4 | SUBDIRS=traceanon tracemerge tracesplit $(TRACEDUMP_DIR) tracertstats tracestats |
---|
5 | SUBDIRS+=tracereport traceflow |
---|
6 | |
---|
7 | all-hook: |
---|
8 | for dir in $(SUBDIRS); do make -C $$dir; done |
---|
9 | |
---|
10 | install-hook: |
---|
11 | for dir in $(SUBDIRS); do make -C $$dir install; done |
---|
12 | |
---|
13 | clean-hook: |
---|
14 | for dir in $(SUBDIRS); do make -C $$dir clean; done |
---|
Note: See
TracBrowser
for help on using the repository browser.