X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=README.md;h=fc2cc6c057bb49755079097786b64054f3998bfe;hb=21a934df4c683e73e0a66a9afca33573fcf9d789;hp=72594da2a7e18edf894a16185eabdcef1e6cba37;hpb=b49b04f498b6976f9d944daf3d50fdd0793c4ab8;p=lttng-ust.git diff --git a/README.md b/README.md index 72594da2..fc2cc6c0 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ user space tracing helpers for any application. Prerequisites ------------- -LTTng-UST depends on [liburcu](http://liburcu.org/) v0.7.2 at build and -run times. +LTTng-UST depends on **[liburcu](http://liburcu.org/) >= 0.11** at build and +run times. It also optionally depends on libnuma. Building @@ -225,16 +225,18 @@ This package contains the following elements: It _has_ to be preloaded in order to hijack calls. In contrast, `liblttng-ust` may be linked at build time. - `liblttng-ust-java`: a simple library that uses JNI to allow tracing - in Java programs. + in Java programs. (Configure with `--enable-jni-interface`). - `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. + applications using Java Util Logging or Log4j. (Configure with + `--enable-java-agent-jul` or `--enable-java-agent-log4j` or + `--enable-java-agent-all`). - `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. + tracing in Python applications. (Configure with `--enable-python-agent`) - `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.