Re: [lttng-dev] [BABELTRACE PATCH] Fix : coherency in const parameters

2012-02-21 Thread Mathieu Desnoyers
* Julien Desfossez (julien.desfos...@efficios.com) wrote: > This patchs adds the const attribute to the field access functions > (get_int64 and others) in order to keep the coherency with the get_field > and get_field_list function which return a const pointer. merged, thanks! Mathieu > > fixes

[lttng-dev] [BABELTRACE PATCH] Fix : coherency in const parameters

2012-02-21 Thread Julien Desfossez
This patchs adds the const attribute to the field access functions (get_int64 and others) in order to keep the coherency with the get_field and get_field_list function which return a const pointer. fixes #84 Signed-off-by: Julien Desfossez --- formats/ctf/events.c| 10 +-

[lttng-dev] [RFC] Bug tracker: "LTTng Website" section

2012-02-21 Thread Mathieu Desnoyers
Hi, Bringing your attention to the brand new bug tracker (https://bugs.lttng.org), which the LTTng developers started using very thoroughly since it came online 2 weeks ago, I would like to get your opinion on the creation of a publicly available "LTTng Website" project within the bug tracker, so

Re: [lttng-dev] [rp] [RFC PATCH] RCU lock-free hash table: implement cds_lfht_is_node_deleted()

2012-02-21 Thread Paul E. McKenney
On Mon, Feb 20, 2012 at 11:17:09PM -0500, Mathieu Desnoyers wrote: > Some thoughts on how to use the RCU lock-free hash table brought me to > figure out that using the lock-free hash table along with a per-node > mutex is a quite interesting way to deal with lookup vs teardown > coherency. > > A p

Re: [lttng-dev] [rp] [RFC PATCH] RCU lock-free hash table: implement cds_lfht_is_node_deleted()

2012-02-21 Thread Mathieu Desnoyers
* Paul E. McKenney (paul...@linux.vnet.ibm.com) wrote: > On Mon, Feb 20, 2012 at 11:17:09PM -0500, Mathieu Desnoyers wrote: > > Some thoughts on how to use the RCU lock-free hash table brought me to > > figure out that using the lock-free hash table along with a per-node > > mutex is a quite intere