Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
recommended for applications with time constraints on the process
startup time.
+ - The compilation flag "-DLTTNG_UST_DEBUG_VALGRIND" should be enabled
+ at build time to allow liblttng-ust to be used with valgrind
+ (side-effect: disables per-cpu buffering).
+
TRACE VIEWER:
#include <urcu/compiler.h>
#include <sched.h>
-#ifdef UST_VALGRIND
+#ifdef LTTNG_UST_DEBUG_VALGRIND
/*
* Fallback on cpu 0 if liblttng-ust is build with Valgrind support.