Cleanup comments and bad indent
[lttng-tools.git] / README
CommitLineData
fac6795d
DG
1LTTng Trace Control
2----------------
3
4Please visit http://lttng.org for more information.
5
6Latest development can be found at:
7
ebb6ebd5
DG
8 * Gitweb : http://git.lttng.org/lttng-tools.git/
9 * Git : git://git.lttng.org/lttng-tools.git
fac6795d 10
ebb6ebd5 11REQUIREMENTS:
fac6795d 12
ebb6ebd5
DG
13 - liburcu
14 Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney
fac6795d 15
ebb6ebd5 16 -> Tested with liburcu >= v0.5.4
fac6795d 17
ebb6ebd5
DG
18 * Debian/Ubuntu package: liburcu-dev
19 * Git : git://lttng.org/userspace-rcu.git
20 * Website: http://lttng.org/urcu
fac6795d 21
ebb6ebd5
DG
22 - libpopt
23 Library for parsing command line parameters
fac6795d 24
ebb6ebd5 25 * Debian/Ubuntu package: libpopt-dev
fac6795d
DG
26
27INSTALLATION INSTRUCTIONS:
28
ebb6ebd5
DG
29 - Download, compile and install the prerequisites.
30 Then:
31 $ ./configure
32 $ make
33 $ sudo make install
34 $ sudo ldconfig
fac6795d
DG
35
36 If compiling from the git repository, run ./bootstrap before running
37 the configure script, to generate it.
38
aeff77c8
DG
39USAGE:
40
41Please see doc/quickstart.txt to help you start tracing. You can also use the
42-h/--help command on 'lttng' and all other commands offered in this tool (Ex:
43lttng enable-event -h).
44
fac6795d
DG
45PACKAGE CONTENTS:
46
ebb6ebd5
DG
47 This package contains the following elements:
48
49 - liblttngctl
50 The LTTng tracing control library.
51
52 - liblttsessiondcomm
53 The ltt-sessiond communication library. In order to talk with ltt-sessiond,
54 thiis library must be used.
55
56 - libkernelctl
57 Kernel tracer control and ioctl definitions.
fac6795d 58
6533b585 59 - liblttngkconsumerd
ebb6ebd5 60 Library for Kernel trace consumer.
fac6795d 61
ebb6ebd5 62 - ltt-kconsumerd
6533b585 63 The Kernel consumer daemon which uses liblttngkconsumerd.
fac6795d 64
ebb6ebd5
DG
65 - ltt-sessiond
66 The LTTng session daemon binary.
fac6795d 67
ebb6ebd5
DG
68 - lttng
69 The LTTng tracer command line control tool.
fac6795d 70
ebb6ebd5
DG
71 - include (lttng.h --> installed in $(includedir)/lttng/lttng.h)
72 The liblttngctl API header file.
fac6795d 73
ebb6ebd5
DG
74 - tests
75 Various test programs.
This page took 0.02554 seconds and 4 git commands to generate.