Re: [lttng-dev] tracing page_faults with lttng?

2019-11-04 Thread Francis Deslauriers
Le sam. 2 nov. 2019, à 11 h 41, Milian Wolff via lttng-dev a écrit : > > On Samstag, 12. Oktober 2019 23:31:51 CET Milian Wolff via lttng-dev wrote: > > On Montag, 29. Mai 2017 10:44:50 CEST Milian Wolff wrote: > > > On Wednesday, May 24, 2017 6:26:38 PM CEST Francis Deslauriers wrote: > > > > Hi

Re: [lttng-dev] 回复:Re: 回复:Re: 回复:Re: Pros and Cons of LTTng

2019-11-04 Thread Jonathan Rajotte-Julien
Hi, On Mon, Nov 04, 2019 at 11:47:58AM +0800, 杨海 wrote: > Hi > > > As you previously commented, “The current LTTng kernel tracer (lttng-modules) > supports Linux 3.0+ only.” and we can find the support package list on > http://packages.efficios.com/. ; > Does LTTng have roadmap for upcoming ne

Re: [lttng-dev] [PATCH lttng-tools] fix: check for dtrace and sdt.h before enabling SDT uprobe tests

2019-11-04 Thread Jérémie Galarneau
Merged in master and stable-2.11. Thanks! Jérémie On Thu, Oct 31, 2019 at 04:12:46PM -0400, Michael Jeanson wrote: > Add a configure switch '--enable-sdt-uprobe / --disable-sdt-uprobe', the > default behavior of enabling the test if the requirements are found is > kept but it's now possible to ex

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

2019-11-04 Thread Jérémie Galarneau
Merged in master. Thanks! Jérémie On Thu, Oct 24, 2019 at 11:36:22AM -0400, Michael Jeanson wrote: > Signed-off-by: Michael Jeanson > --- > configure.ac | 25 +-- > src/bin/lttng-consumerd/Makefile.am | 2 +- > src/bin/lttng-sessiond/M

Re: [lttng-dev] [PATCH lttng-tools] Fix: initialize sessions pointer to NULL

2019-11-04 Thread Jérémie Galarneau
Merged in master, stable-2.11, and stable-2.10. Thanks! Jérémie On Fri, Oct 25, 2019 at 05:56:26PM -0400, Jonathan Rajotte wrote: > lttng_list_sessions does not set the passed pointer to NULL on empty > return. This lead to deallocation of non-allocated memory (segfault). > > For returns of size

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

2019-11-04 Thread Jérémie Galarneau
Merged in master. Thanks! Jérémie On Thu, Oct 24, 2019 at 11:36:33AM -0400, Michael Jeanson wrote: > 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/Mak