X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=README;h=3963f2b40c07732f022388fc928688726f280ea2;hp=f4093b5d5427160f9e38d81c354d2f1ec53b538e;hb=fe54b7491cd0cae4972f64c99f3b3f1d3711352a;hpb=60922cb08cc9fb683c6148da4ff91da8c2c0c4d5 diff --git a/README b/README index f4093b5d5..3963f2b40 100644 --- a/README +++ b/README @@ -39,7 +39,6 @@ If you get the tree from the repository, you will need to use the "bootstrap" 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. @@ -65,18 +64,27 @@ PACKAGE CONTENTS: - 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. @@ -89,3 +97,6 @@ PACKAGE CONTENTS: - tests Various test programs. + + - doc + Various documentations and quickstart guide.