From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: LTTng Xen port : finally in a repository near you Date: Wed, 27 Jun 2007 17:25:03 +0100 Message-ID: References: <20070627162243.GB24279@Krystal> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070627162243.GB24279@Krystal> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mathieu Desnoyers , Mark Williamson Cc: INAKOSHI Hiroya , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 27/6/07 17:22, "Mathieu Desnoyers" wrote: > Some advice about how I currently (fail) to do the teardown of traces > correctly: I depend on synchronize_sched() under Linux to prodive a > race-less efficient teardown (using read-copy-update for my data > structures). It is a core concept I depend on to provide fast and > efficient tracing. Has RCU finally been implement in Xen since the last > time I checked? Yes. K.