From d037c38da67d7955ab65d994a6d718697a1e7182 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Wed, 11 May 2016 11:56:09 -0400 Subject: [PATCH] lttng-ust(3): order environment variables Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- doc/man/lttng-ust.3.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt index 816bebc7..df2b6fb4 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -1098,9 +1098,21 @@ LTTng session and consumer daemons (part of the LTTng-tools project) are located in a specific directory under `$LTTNG_HOME` (or `$HOME` if `$LTTNG_HOME` is not set). +`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 + documentation under + https://github.com/lttng/lttng-ust/tree/master/doc/examples/clock-override[`examples/clock-override`]. + `LTTNG_UST_DEBUG`:: Activates `liblttng-ust`'s debug and error output if set to `1`. +`LTTNG_UST_GETCPU_PLUGIN`:: + Path to the shared object which acts as the `getcpu()` override + plugin. An example of such a plugin can be found in the LTTng-UST + documentation under + https://github.com/lttng/lttng-ust/tree/master/doc/examples/getcpu-override[`examples/getcpu-override`]. + `LTTNG_UST_REGISTER_TIMEOUT`:: Waiting time for the _registration done_ session daemon command before proceeding to execute the main program (milliseconds). @@ -1116,18 +1128,6 @@ Default: {lttng_ust_register_timeout}. (see the <> section above) if set to `1`. -`LTTNG_UST_GETCPU_PLUGIN`:: - Path to the shared object which acts as the `getcpu()` override - plugin. An example of such a plugin can be found in the LTTng-UST - documentation under - https://github.com/lttng/lttng-ust/tree/master/doc/examples/getcpu-override[`examples/getcpu-override`]. - -`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 - documentation under - https://github.com/lttng/lttng-ust/tree/master/doc/examples/clock-override[`examples/clock-override`]. - include::common-footer.txt[] -- 2.34.1