From: Michael Jeanson Date: Thu, 4 Nov 2021 16:14:59 +0000 (-0400) Subject: doc/man: Document LTTNG_UST_ABORT_ON_CRITICAL variable X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=d7df80f6c93bcc9682567f016707ab661be60b14 doc/man: Document LTTNG_UST_ABORT_ON_CRITICAL variable This new environment variable was added in 2.13 but only documented in the README file, add it to the man page. Change-Id: Ic7dbafe5cf7d8870a78d793134c789c5f24e80c8 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt index 11fe7684..0924a4de 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -1507,6 +1507,9 @@ prevent discarding event records. WARNING: Setting this environment variable may significantly affect application timings. +`LTTNG_UST_ABORT_ON_CRITICAL`:: + If set, abort the instrumented application on a critical error message. + `LTTNG_UST_CLOCK_PLUGIN`:: Path to the shared object which acts as the clock override plugin. An example of such a plugin can be found in the LTTng-UST