Adjust the ltt API to reflect that facilities, types and fields belong to
authordagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 9 Jun 2003 20:30:14 +0000 (20:30 +0000)
committerdagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 9 Jun 2003 20:30:14 +0000 (20:30 +0000)
commit1b82f325932b2d092d1e0ff33f58afd9ede44d72
tree209e8661906038ec5e181e9b4908beb89ea221b7
parenteebf2d0f80d02ff4958e7b52a90144658c9e2d19
Adjust the ltt API to reflect that facilities, types and fields belong to
traces, not tracefiles.

Refine the modularization of traces processing and statistics computation.

git-svn-id: http://ltt.polymtl.ca/svn@90 04897980-b3bd-0310-b5e0-8ef037075253
16 files changed:
ltt/branches/poly/include/ltt/event.h
ltt/branches/poly/include/ltt/facility.h
ltt/branches/poly/include/ltt/ltt.h
ltt/branches/poly/include/ltt/trace.h [new file with mode: 0644]
ltt/branches/poly/include/ltt/tracefile.h [deleted file]
ltt/branches/poly/include/ltt/type.h
ltt/branches/poly/include/lttv/hook.h
ltt/branches/poly/lttv/attribute.h
ltt/branches/poly/lttv/plugins/analyse.c [deleted file]
ltt/branches/poly/lttv/plugins/asciiDump.c [deleted file]
ltt/branches/poly/lttv/plugins/basicStats.c [deleted file]
ltt/branches/poly/lttv/plugins/textDump.c [deleted file]
ltt/branches/poly/lttv/trace.c [deleted file]
ltt/branches/poly/lttv/trace.h [deleted file]
ltt/branches/poly/lttv/traceSet.c [new file with mode: 0644]
ltt/branches/poly/lttv/traceSet.h [new file with mode: 0644]
This page took 0.024632 seconds and 4 git commands to generate.