[lttng-dev] Trace Compass "Add contexts..." option displays XML file

2019-10-23 Thread Kramer, Zach
Hi, With 2.11.0, adding contexts no longer works for me in Trace Compass (5.1.0). This worked before in lttng-tools 2.9.11. When I try to add contexts to my channel I get the following options: * All Contexts * * // Entire XML file Does anyone else experience this? Did the

Re: [lttng-dev] Trace Compass "Add contexts..." option displays XML file

2019-10-23 Thread Jonathan Rajotte-Julien
Hi, On Wed, Oct 23, 2019 at 12:33:59PM +, Kramer, Zach wrote: > Hi, > > With 2.11.0, adding contexts no longer works for me in Trace Compass (5.1.0). > This worked before in lttng-tools 2.9.11. > > When I try to add contexts to my channel I get the following options: > > * All Contexts

Re: [lttng-dev] [EXTERNAL] Re: Trace Compass "Add contexts..." option displays XML file

2019-10-23 Thread Kramer, Zach
Hi, Thanks for the answer. I forwarded this along to them. (I also confirmed that this problem only exists in 2.11.0 -- 2.10.X is safe from it). Thanks, Zach -Original Message- From: Jonathan Rajotte-Julien Sent: Wednesday, October 23, 2019 3:49 PM To: Kramer, Zach Cc: lttng-dev Su

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

2019-10-23 Thread Michael Jeanson
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 | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 5c4073ef8..357e2b888

[lttng-dev] [PATCH lttng-ust] Add pkgconfig support for liblttng-ust-ctl

2019-10-23 Thread Michael Jeanson
Signed-off-by: Michael Jeanson --- Makefile.am | 2 +- configure.ac| 1 + lttng-ust-ctl.pc.in | 12 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 lttng-ust-ctl.pc.in diff --git a/Makefile.am b/Makefile.am index 73b51909..cc923c1d 100644 --- a

Re: [lttng-dev] [PATCH lttng-ust] Add pkgconfig support for liblttng-ust-ctl

2019-10-23 Thread Mathieu Desnoyers
Merged into master. Please let me know if it needs to be backported. Thanks, Mathieu - On Oct 23, 2019, at 11:11 AM, Michael Jeanson mjean...@efficios.com wrote: > Signed-off-by: Michael Jeanson > --- > Makefile.am | 2 +- > configure.ac| 1 + > lttng-ust-ctl.pc.in | 12 +++

[lttng-dev] [PATCH lttng-ust] Set version to 2.12-pre

2019-10-23 Thread Michael Jeanson
Signed-off-by: Michael Jeanson --- configure.ac | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 580e0ee3..319cb401 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ dnl Version infos m4_define([V_MAJOR], [2]) -m4_define(

Re: [lttng-dev] [PATCH lttng-ust] Set version to 2.12-pre

2019-10-23 Thread Mathieu Desnoyers
Merged, thanks! Mathieu - On Oct 23, 2019, at 11:31 AM, Michael Jeanson mjean...@efficios.com wrote: > Signed-off-by: Michael Jeanson > --- > configure.ac | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 580e0ee3..319cb401