script in the root of the tree. It calls all the GNU tools needed to prepare the
tree configuration.
-
INSTALLATION INSTRUCTIONS:
- Download, compile and install the prerequisites.
- liblttngctl
The LTTng tracing control library.
- - liblttng-sessiond-comm
- The lttng-sessiond communication library. In order to talk with lttng-sessiond,
- this library must be used.
+ - libsessiond-comm (internal)
+ The lttng-sessiond communication library. In order to talk with
+ lttng-sessiond, this library must be used.
- - libkernelctl
+ - libkernel-ctl (internal)
Kernel tracer control and ioctl definitions.
- - liblttng-consumer
+ - libconsumer (internal)
Library for Kernel and (optionally) UST trace consumer.
+ - libkernel-consumer (internal)
+ Library for Kernel consumer control
+
+ - libust-consumer (internal)
+ Library for UST consumer control
+
+ - libhashtable (internal)
+ Library wrapper over URCU hashtables.
+
- lttng-consumerd
- The consumer daemon which uses liblttng-consumer.
+ The consumer daemon which uses libconsumer.
- lttng-sessiond
The LTTng session daemon binary.
- tests
Various test programs.
+
+ - doc
+ Various documentations and quickstart guide.