[lttng-dev] [PATCH lttng-tools] Use pkgconfig to detect and configure liblttng-ust

2019-10-24 Thread Michael Jeanson
Signed-off-by: Michael Jeanson --- configure.ac | 25 +-- src/bin/lttng-consumerd/Makefile.am | 2 +- src/bin/lttng-sessiond/Makefile.am| 2 +- src/common/ust-consumer/Makefile.am | 2 +- tests/regression/tools/fi

[lttng-dev] [PATCH lttng-tools] Replace libuuid with internal implementation

2019-10-24 Thread Michael Jeanson
We use a very small subset of libuuid features to transform UUIDs between their string and binary representation. Plus we have a lot of compat code for different platforms with some unspecified default behavior regarding the use of upper/lower case. Drop the dependency on libuuid and replace it wi

[lttng-dev] [PATCH lttng-tools] fix: Use DL_LIBS variable in ust multi-lib test

2019-10-24 Thread Michael Jeanson
Signed-off-by: Michael Jeanson --- tests/regression/ust/multi-lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/regression/ust/multi-lib/Makefile.am b/tests/regression/ust/multi-lib/Makefile.am index 0ce46a7ff..52a1635c2 100644 --- a/tests/regression/u

[lttng-dev] [PATCH lttng-ust] Docs: LTTNG-UST(3): missing references to some namespace man pages

2019-10-24 Thread Jérémie Galarneau
The LTTNG-UST(3) manual page is missing references to the mount, network, ipc, and uts namespace man pages. Signed-off-by: Jérémie Galarneau --- doc/man/lttng-ust.3.txt | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/man/lttng-ust.3.txt b/doc/man/lttng-ust.3.tx

Re: [lttng-dev] [PATCH lttng-ust] Docs: LTTNG-UST(3): missing references to some namespace man pages

2019-10-24 Thread Michael Jeanson
On 2019-10-24 3:08 p.m., Jérémie Galarneau wrote: > The LTTNG-UST(3) manual page is missing references to the mount, > network, ipc, and uts namespace man pages. > > Signed-off-by: Jérémie Galarneau > --- > doc/man/lttng-ust.3.txt | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-

Re: [lttng-dev] [PATCH lttng-ust] Docs: LTTNG-UST(3): missing references to some namespace man pages

2019-10-24 Thread Jérémie Galarneau
On Thu, 24 Oct 2019 at 15:12, Michael Jeanson wrote: > > On 2019-10-24 3:08 p.m., Jérémie Galarneau wrote: > > The LTTNG-UST(3) manual page is missing references to the mount, > > network, ipc, and uts namespace man pages. > > > > Signed-off-by: Jérémie Galarneau > > --- > > doc/man/lttng-ust.3.

Re: [lttng-dev] [PATCH lttng-ust] Docs: LTTNG-UST(3): missing references to some namespace man pages

2019-10-24 Thread Mathieu Desnoyers
merged into ust master, thanks! Mathieu - On Oct 24, 2019, at 3:08 PM, Jeremie Galarneau jeremie.galarn...@efficios.com wrote: > The LTTNG-UST(3) manual page is missing references to the mount, > network, ipc, and uts namespace man pages. > > Signed-off-by: Jérémie Galarneau > --- > doc/m

Re: [lttng-dev] [PATCH lttng-tools stable-2.11] fix: check for lttng-ust >= 2.11 at configure

2019-10-24 Thread Jérémie Galarneau
Merged in master and stable-2.11. Thanks! Jérémie On Wed, Oct 23, 2019 at 11:08:34AM -0400, Michael Jeanson wrote: > We don't support building lttng-tools against an older version of > lttng-ust, make this check explicitly at configure. > > Signed-off-by: Michael Jeanson > --- > configure.ac |