[lttng-dev] [PATCH babeltrace python/bindings] Python-bindings fix: Out of tree build fails to find babeltrace.i

2013-11-28 Thread Jérémie Galarneau
This fixes the out of tree builds by using the appropriate top_srcdir and top_builddir variables in the bindings' Makefile. Signed-off-by: Jérémie Galarneau jeremie.galarn...@efficios.com --- bindings/python/Makefile.am | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff

Re: [lttng-dev] lttng-tools build error: non-dynamic relocations refer to dynamic symbol lttcomm_inet_tcp_timeout

2013-11-28 Thread David Goulet
On 27 Nov (15:37:10), kumar s wrote: Hi, I am getting non dynamic relocation error while trying to build lttng-tools. I have configured the lttng-tools for mips-gcc. Making all in lttng-sessiond make[3]: Entering directory `/home/shkumar/lttng-tools/lttng-tools/src/bin/lttng-sessiond'

[lttng-dev] [PATCH babeltrace 1/2] Fix ctf-writer: Quote strings provided as enumeration mappings

2013-11-28 Thread Jérémie Galarneau
Signed-off-by: Jérémie Galarneau jeremie.galarn...@efficios.com --- formats/ctf/writer/event-types.c | 23 +-- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/formats/ctf/writer/event-types.c b/formats/ctf/writer/event-types.c index 4ed9fed..7f7fa76 100644 ---

[lttng-dev] [PATCH babeltrace 2/2] Test: Validate that enumeration mapping strings are properly escaped

2013-11-28 Thread Jérémie Galarneau
Signed-off-by: Jérémie Galarneau jeremie.galarn...@efficios.com --- tests/lib/test_ctf_writer.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/tests/lib/test_ctf_writer.c b/tests/lib/test_ctf_writer.c index d7f7db7..0927a32 100644 ---

[lttng-dev] Extracting System Call IDs By Using TMF

2013-11-28 Thread Shariyar
Hi, I need information on how to extract system call ids from a kernel level trace by using TMF. For example, a sample code to iterate through a kernel trace in CTF format is given below. In this code, I am able to extract the system call name and its return value. However, from the

Re: [lttng-dev] [PATCH liburcu 2/5] Dont link pthread on Android

2013-11-28 Thread Mathieu Desnoyers
- Original Message - From: Charles Brière charlesbriere.fla...@gmail.com To: Thomas Petazzoni thomas.petazz...@free-electrons.com, Mathieu Desnoyers mathieu.desnoy...@efficios.com Cc: lttng-dev@lists.lttng.org Sent: Friday, November 29, 2013 1:10:53 AM Subject: Re: [lttng-dev]

Re: [lttng-dev] [PATCH babeltrace 2/2] Test: Validate that enumeration mapping strings are properly escaped

2013-11-28 Thread Mathieu Desnoyers
Both patches merged, thanks! Mathieu - Original Message - From: Jérémie Galarneau jeremie.galarn...@efficios.com To: lttng-dev@lists.lttng.org Sent: Thursday, November 28, 2013 9:46:41 PM Subject: [lttng-dev] [PATCH babeltrace 2/2] Test: Validate that enumeration mapping strings

Re: [lttng-dev] [PATCH babeltrace python/bindings] Python-bindings fix: Out of tree build fails to find babeltrace.i

2013-11-28 Thread Mathieu Desnoyers
- Original Message - From: Jérémie Galarneau jeremie.galarn...@efficios.com To: lttng-dev@lists.lttng.org Sent: Thursday, November 28, 2013 7:19:10 PM Subject: [lttng-dev] [PATCH babeltrace python/bindings] Python-bindings fix: Out of tree build fails to find babeltrace.i This