Refine the interactions between the hooks provided by the different modules.
authordagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 4 Aug 2003 21:36:23 +0000 (21:36 +0000)
committerdagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 4 Aug 2003 21:36:23 +0000 (21:36 +0000)
commitdc87756342c051418eccb2b7d932ffa5453c6788
treecac5e05cefe02918ed63d5e0f4432a364a3e2290
parent90b93bd19d886e2d78e798fb29b6bae14343da1e
Refine the interactions between the hooks provided by the different modules.
This is a partial redesign for the first cut at having a functional minimal
batch analysis system.

git-svn-id: http://ltt.polymtl.ca/svn@163 04897980-b3bd-0310-b5e0-8ef037075253
25 files changed:
ltt/branches/poly/include/lttv/attribute.h
ltt/branches/poly/include/lttv/batchAnalysis.h [new file with mode: 0644]
ltt/branches/poly/include/lttv/hook.h
ltt/branches/poly/include/lttv/iattribute.h [new file with mode: 0644]
ltt/branches/poly/include/lttv/lttv.h
ltt/branches/poly/include/lttv/module.h
ltt/branches/poly/include/lttv/option.h
ltt/branches/poly/include/lttv/processTrace.h [new file with mode: 0644]
ltt/branches/poly/include/lttv/state.h [new file with mode: 0644]
ltt/branches/poly/include/lttv/stats.h [new file with mode: 0644]
ltt/branches/poly/include/lttv/textDump.h [new file with mode: 0644]
ltt/branches/poly/include/lttv/traceSet.h [deleted file]
ltt/branches/poly/include/lttv/traceset.h [new file with mode: 0644]
ltt/branches/poly/lttv/attribute.c
ltt/branches/poly/lttv/batchAnalysis.c
ltt/branches/poly/lttv/hook.c
ltt/branches/poly/lttv/iattribute.c [new file with mode: 0644]
ltt/branches/poly/lttv/main.c
ltt/branches/poly/lttv/module.c
ltt/branches/poly/lttv/option.c
ltt/branches/poly/lttv/processTrace.c [new file with mode: 0644]
ltt/branches/poly/lttv/state.c [new file with mode: 0644]
ltt/branches/poly/lttv/textDump.c
ltt/branches/poly/lttv/traceSet.c [deleted file]
ltt/branches/poly/lttv/traceset.c [new file with mode: 0644]
This page took 0.031295 seconds and 4 git commands to generate.