[lttng-dev] Compile out of src tree

2013-01-15 Thread paul . chavent
Hi. Just a little patch in order to succeed building out of src tree. Regards. Paul. diff --git a/tests/tools/health/Makefile.am b/tests/tools/health/Makefile.am index 26d2461..1424f63 100644 --- a/tests/tools/health/Makefile.am +++ b/tests/tools/health/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS =

Re: [lttng-dev] Compile out of src tree

2013-01-15 Thread Mathieu Desnoyers
* paul.chav...@fnac.net (paul.chav...@fnac.net) wrote: Hi. Just a little patch in order to succeed building out of src tree. Good point! Acked-by: Mathieu Desnoyers mathieu.desnoy...@efficios.com Regards. Paul. diff --git a/tests/tools/health/Makefile.am

Re: [lttng-dev] [lttng-modules PATCH] Add uprobes support

2013-01-15 Thread Mathieu Desnoyers
* Yannick Brosseau (yannick.bross...@gmail.com) wrote: The added support is basic. It create an event with no data associated to the file path + offset specified. As per the structures currently used we cannot pass a file path bigger than 256 chars. Using a pointer to a user-space string will

Re: [lttng-dev] [rp] [RFC PATCH urcu] Add last output parameter to pop/dequeue

2013-01-15 Thread Paul E. McKenney
[Sorry for the delay, finally getting back to this.] On Mon, Dec 17, 2012 at 09:40:09AM -0500, Mathieu Desnoyers wrote: * Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: On Thu, Dec 13, 2012 at 06:44:56AM -0500, Mathieu Desnoyers wrote: I noticed that in addition to having: -

Re: [lttng-dev] [PATCH] Add ACCESS_ONCE() to avoid compiler splitting assignments

2013-01-15 Thread Mathieu Desnoyers
* Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: As noted by Konstantin Khlebnikov, gcc can split assignment of constants to long variables (https://lkml.org/lkml/2013/1/15/141), though assignment of NULL (0) is OK. Assuming that a gcc bug is fixed