X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=README.md;h=e611826ab4ae3fc11a4af1a1702e7cfdca02d953;hb=fd46f5c79a6a7178e35ce4f8ea21caa30da45cc4;hp=aa5ea978a2c7c45998607a843f00837a3e329bfc;hpb=380a81f4797534d6eadbba24ae80ed50a8e672f8;p=lttng-ust.git diff --git a/README.md b/README.md index aa5ea978..e611826a 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 @@ -230,7 +230,7 @@ This package contains the following elements: JAR library to provide an LTTng-UST logging back-end for Java applications using Java Util Logging or Log4j. (Configure with `--enable-java-agent-jul` or `--enable-java-agent-log4j` or - `--enable-java-agent-all`). + `--enable-java-agent-log4j2` 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