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
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
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
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
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(-
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.
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
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 |