Add initial support for the multiple LTTNG_UST_APP_PATHs
authorKienan Stewart <kstewart@efficios.com>
Mon, 27 Nov 2023 17:02:40 +0000 (12:02 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 7 Feb 2024 21:29:20 +0000 (16:29 -0500)
commit3287f48be61ef3491aff0a80b7185ac57b3d8a5d
tree5331d27db863fa4f2afef25ea6667b4d17d5e2ad
parent47fa3e4ed7ab43e034dc61fc1480f919f4ee51d0
Add initial support for the multiple LTTNG_UST_APP_PATHs

The `$LTTNG_UST_APP_PATH` is split using ':' as a separator. There is
no provision for escaping the ':' separator.

Paths after the first path will be ignored for the moment and a
warning emitted.

Change-Id: I619a3578e00fd3c758d616b99b443fc15a1477df
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/lib/lttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/client/LttngTcpSessiondClient.java
src/lib/lttng-ust/lttng-ust-comm.c
src/python-lttngust/lttngust/agent.py
This page took 0.024633 seconds and 4 git commands to generate.