Re: [lttng-dev] supporting new processor

2013-04-22 Thread Jérémie Galarneau
Hi, Generally speaking, URCU is the most architecture-specific library of the project and it does support MIPS. Once it is compiled and installed, you should be able to build lttng-ust, lttng-tools and the kernel modules. I'd recommend running each project's test suite since I don't think that

Re: [lttng-dev] FW: LTTNG-Tools-2.1.1 Support for PPC-32Bit/64bit; Unable to Resolve the Dependencies

2013-04-22 Thread Jérémie Galarneau
On Mon, Apr 22, 2013 at 1:20 AM, SIDDHARTH VERMA siddharth.ve...@radisys.com wrote: Hi Lttng-Support, I used following commands to compile and install the LTTng on PPC Board:: 1. ./configure --host=powerpc-linux CC=/usr/bin/ppc-linux-gcc CFLAGS=-m32 -g -O2 2. make 3. make install

[lttng-dev] Fwd: Bug#705827: babeltrace: FTBFS on GNU/kFreeBSD

2013-04-22 Thread Jon Bernard
Hello all, I received this request over the weekend and wanted to pass it on. - Forwarded message from Petr Salinger petr.salin...@seznam.cz - Date: Sat, 20 Apr 2013 19:19:11 +0200 (CEST) From: Petr Salinger petr.salin...@seznam.cz To: sub...@bugs.debian.org Subject: Bug#705827:

Re: [lttng-dev] [RFC-patch] Add support of struct metadata in tracepoints

2013-04-22 Thread Geneviève Bastien
On 04/21/2013 09:50 AM, Mathieu Desnoyers wrote: * Geneviève Bastien (gbastien+lt...@versatic.net) wrote: Introduce the new macro TRACEPOINT_STRUCT to define ctf struct metadata that can be used by tracepoints using _struct as entry and tp_memcpy_struct to copy a struct field. Struct metadata

Re: [lttng-dev] [RFC PATCH 0/2] babeltrace legacy LTT 2.6 converter

2013-04-22 Thread Matthew Khouzam
On 13-04-22 08:55 AM, Jan Glauber wrote: On Fri, Apr 19, 2013 at 11:03:39AM -0400, Matthew Khouzam wrote: Hi Jan, I have a few questions about the patch: Does it handle lost events? I think we would need to bring in a state system for this Hi Matthew, Not sure what you mean there. I

Re: [lttng-dev] [RFC PATCH 0/2] babeltrace legacy LTT 2.6 converter

2013-04-22 Thread Yannick Brosseau
On 2013-04-22 11:51, Matthew Khouzam wrote: On 13-04-22 08:55 AM, Jan Glauber wrote: On Fri, Apr 19, 2013 at 11:03:39AM -0400, Matthew Khouzam wrote: Hi Jan, I have a few questions about the patch: Does it handle lost events? I think we would need to bring in a state system for this Hi

Re: [lttng-dev] Fwd: Bug#705827: babeltrace: FTBFS on GNU/kFreeBSD

2013-04-22 Thread Mathieu Desnoyers
Fixed by: commit 493330cb8cd73be8a598308b78f0fc1d4912843a Author: Mathieu Desnoyers mathieu.desnoy...@efficios.com Date: Mon Apr 22 12:12:50 2013 -0400 Fix kFreeBSD build Use general error numbers available on kFreeBSD. Reported-by: Petr Salinger petr.salin...@seznam.cz

Re: [lttng-dev] [PATCH lttng-ust] Fix: make hello.cxx compile with g++

2013-04-22 Thread Zifei Tong
+#ifdef TRACEPOINT_CREATE_PROBES + #ifdef __cplusplus extern C { #endif -#ifdef TRACEPOINT_CREATE_PROBES - -#define TRACEPOINT_CREATE_PROBES - -#endif /* TRACEPOINT_CREATE_PROBES */ - #ifdef __cplusplus } #endif + +#define TRACEPOINT_CREATE_PROBES + +#endif /*

[lttng-dev] Maintenance downtime of ci.lttng.org

2013-04-22 Thread Christian Babeux
Hi all, Just a heads up that we will be taking down the continuous infrastructure host at ci.lttng.org beginning at 10 pm (Eastern time) tonight for maintenance. The host should come back online tomorrow (April 23) as soon as possible. Thanks, Christian