X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fman%2Flttng-ust.3.txt;h=cbf28bb4c8a17790e5a51667823c2e9e5e949483;hb=174434f59784b53a0a7c3951ab82b39657fd59f6;hp=2fddbdc5e8a12ddc30d03f7242756282a793080d;hpb=6f9466c5e5313199ef857c0b91cfb2eaf3a8904e;p=lttng-ust.git diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.txt index 2fddbdc5..cbf28bb4 100644 --- a/doc/man/lttng-ust.3.txt +++ b/doc/man/lttng-ust.3.txt @@ -753,6 +753,7 @@ Only available on IA-32 and x86-64 architectures. the process namespace. +[[state-dump]] LTTng-UST state dump ~~~~~~~~~~~~~~~~~~~~ If an application that uses `liblttng-ust` becomes part of a tracing @@ -1038,6 +1039,39 @@ cc -o app tp.o app.o -llttng-ust -ldl ------------------------------------- +ENVIRONMENT VARIABLES +--------------------- +`LTTNG_UST_DEBUG`:: + Activate `liblttng-ust` debug and error output. + +`LTTNG_UST_REGISTER_TIMEOUT`:: + Specify how long the applications should wait for the + _registration done_ session daemon command before proceeding to + execute the main program (milliseconds). ++ +The value 0 means _do not wait_. The value -1 means _wait forever_. +Setting this environment variable to 0 is recommended for applications +with time constraints on the process startup time. ++ +Default: 3000. + +`LTTNG_UST_WITHOUT_BADDR_STATEDUMP`:: + Prevent `liblttng-ust` from performing a base address state dump + (see the <> section above). + +`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[] include::common-copyrights.txt[]