docs: Add man page entry for LTTNG_UST_APP_PATH and LTTNG_UST_CTL_PATH
authorKienan Stewart <kstewart@efficios.com>
Fri, 27 Oct 2023 18:58:03 +0000 (14:58 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 31 Oct 2024 16:05:51 +0000 (12:05 -0400)
Add manual entries for the LTTNG_UST_APP_PATH and LTTNG_UST_CTL_PATH
environment variables in lttng-sessiond(8).

Change-Id: I9c7fd672d006b0e8afad7a8dfacbb3dd41e28f8f
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
doc/man/lttng-sessiond.8.txt

index 57b05ecc09522429b72a5a77ecd60b181afc4e14..60382d59d04e87df89581018e3efb1a457e28fa3 100644 (file)
@@ -382,6 +382,32 @@ Set to `0` or `-1` to use the timeout of the operating system (default).
 `LTTNG_SESSION_CONFIG_XSD_PATH`::
     Recording session configuration XML schema definition (XSD) path.
 
+`LTTNG_UST_APP_PATH`::
+    The directory path in which to look for listening sockets as a tracee.
++
+See man:lttng-ust(1) for more details.
+
+`LTTNG_UST_CTL_PATH`::
+    The directory path in which listening sockets for UST applications are opened.
+    If the value contains a colon (':'), each section delimited by the colons is
+    considered as a separate path.
++
+The directory must exist prior to starting lttng-sessiond. There is no provision
+for escaping the colons (':') that are used as path separators.
++
+At this time, paths after the first are ignored and warning issued.
++
+When `LTTNG_UST_CTL_PATH` is set, the default UST socket paths are not used. When
+tracing an application, start the application with `LTTNG_UST_APP_PATH` set to
+the same value of the session daemons `LTTNG_UST_CTL_PATH`.
+
+`LTTNG_UST_ALLOW_BLOCKING`::
+    Allow the sessiond to operate as a tracee in blocking mode.
++
+See man:lttng-ust(1) for more details. lttng-sessiond will refuse to start as a
+tracee in blocking mode if neither `LTTNG_UST_APP_PATH` nor `LTTNG_UST_CTL_PATH`
+are set, or if both `LTTNG_UST_APP_PATH` and `LTTNG_UST_CTL_PATH` are set to the
+same value.
 
 FILES
 -----
This page took 0.026374 seconds and 4 git commands to generate.