From fe54b7491cd0cae4972f64c99f3b3f1d3711352a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 20 Jan 2012 17:02:29 -0500 Subject: [PATCH] Update README Signed-off-by: David Goulet --- README | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) 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. -- 2.34.1