[lttng-dev] [PATCH babeltrace v4] Build Python bindings with distutils for consistent installs

2017-03-06 Thread Francis Deslauriers
v4: Fix DESTDIR behaviour on (un)install targets. This patch changes the build system used to compile and install the Python Bindings. Distutils is used to find the right install directory. When the install directory generated from the install prefix is not in the Python search path (PYTHONPATH),

Re: [lttng-dev] [PATCH] lttng-modules: Fixes for ARM and 32-bit systems

2017-03-06 Thread Mathieu Desnoyers
- On Mar 3, 2017, at 6:43 PM, Trent Piepho tpie...@kymetacorp.com wrote: Hi Trent, What lttng-modules branch is this for ? > Patch to fix recv() syscall missing in ARM syscall list. This was probably missing because the current ARM syscall instrumentation was generated from a 3.4.25 kernel

[lttng-dev] [PATCH] lttng-modules: Fixes for ARM and 32-bit systems

2017-03-06 Thread Trent Piepho
Patch to fix recv() syscall missing in ARM syscall list. Patch from lttng mailing list that fixes kernel timestamps being off by about ~2 seconds on 32-bit systems. Additional patch to fix compilation bug on non-X86 introduced by previous patch. Signed-off-by: Trent Piepho