Initial import
authorDavid Goulet <david.goulet@polymtl.ca>
Wed, 13 Apr 2011 20:15:24 +0000 (16:15 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Wed, 13 Apr 2011 20:15:24 +0000 (16:15 -0400)
commitfac6795d6e2c60e79bdc7dab42da94d2025a57d3
tree5984c29bb8cdf0b879e1cf5179cd8db74c9077ce
Initial import

This is the first import of the lttng-tools tree.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>
27 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
bootstrap [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/lttng/liblttngctl.h [new file with mode: 0644]
include/lttngerr.h [new file with mode: 0644]
liblttngctl/Makefile.am [new file with mode: 0644]
liblttngctl/liblttngctl.c [new file with mode: 0644]
liblttsessiondcomm/Makefile.am [new file with mode: 0644]
liblttsessiondcomm/liblttsessiondcomm.c [new file with mode: 0644]
liblttsessiondcomm/liblttsessiondcomm.h [new file with mode: 0644]
ltt-sessiond/Makefile.am [new file with mode: 0644]
ltt-sessiond/ltt-sessiond.c [new file with mode: 0644]
ltt-sessiond/ltt-sessiond.h [new file with mode: 0644]
lttng/Makefile.am [new file with mode: 0644]
lttng/lttng.c [new file with mode: 0644]
lttng/lttng.h [new file with mode: 0644]
lttng/options.c [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/runall [new file with mode: 0755]
This page took 0.026324 seconds and 4 git commands to generate.