lttng-ust(3): document $LTTNG_HOME
[lttng-ust.git] / doc / man / lttng-ust.3.txt
index ff0e14f75ca6b86002c979ecbb2d86c228f884fd..27c1fd6bd656cfd1f7e704810bc58aaf6221d971 100644 (file)
@@ -1088,6 +1088,16 @@ int main(int argc, char* argv[])
 
 ENVIRONMENT VARIABLES
 ---------------------
+`LTTNG_HOME`::
+    Overrides the `$HOME` environment variable. Useful when the user
+    running the instrumented application has a non-writable home
+    directory.
++
+Unix sockets used for the communication between `liblttng-ust` and the
+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_DEBUG`::
     Activate `liblttng-ust` debug and error output.
 
This page took 0.028056 seconds and 4 git commands to generate.