From: Michael Jeanson Date: Mon, 25 Apr 2016 19:08:08 +0000 (-0400) Subject: Doc: Update README.md X-Git-Tag: v2.9.0-rc1~128 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=b49b04f498b6976f9d944daf3d50fdd0793c4ab8 Doc: Update README.md Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/README.md b/README.md index a2d9e634..72594da2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ compile the Git repository tree: ### Optional dependencies -Optional packages to build LTTng-tools man pages: +Optional packages to build LTTng-ust man pages: - **[AsciiDoc](http://www.methods.co.nz/asciidoc/) >= 8.4.5** (previous versions may work, but were not tested) @@ -226,14 +226,18 @@ This package contains the following elements: `liblttng-ust` may be linked at build time. - `liblttng-ust-java`: a simple library that uses JNI to allow tracing in Java programs. - - `liblttng-ust-jul`: a package that includes a JNI library and a JAR - library to provide an LTTng-UST logging back-end for Java application - using Java Util Logging. + - `liblttng-ust-java-agent`: a package that includes a JNI library and a + JAR library to provide an LTTng-UST logging back-end for Java + applications using Java Util Logging or Log4j. - `liblttng-ust-libc-wrapper`: an example library that can be preloaded to instrument some calls to libc (currently `malloc()` and `free()`) and to POSIX threads (mutexes currently instrumented) in any program without need to recompile it. + - `liblttng-ust-python-agent`: a library used by python-lttngust to allow + tracing in Python applications. - `libringbuffer`: the ring buffer implementation used within LTTng-UST. + - `python-lttngust`: a package to provide an LTTng-UST logging back-end + for Python applications using the standard logging framework. - `snprintf`: an asynchronous signal-safe version of `snprintf()`. - `tests`: various test programs. - `tools`: home of `lttng-gen-tp`.