WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] xentrace: Clear lost records when disabling tracing

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] xentrace: Clear lost records when disabling tracing
From: George Dunlap <George.Dunlap@xxxxxxxxxxxxx>
Date: Mon, 1 Feb 2010 11:00:04 -0800
Delivery-date: Mon, 01 Feb 2010 11:00:47 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=RRV1dZSTZFHY6azgVz4GE5H02bRmyEd1t63Bu+rlzuQ=; b=xgb6q5qaZxjDfMHmwl4Ucg0i8lUhRIrV0mDhtd0HFvKSm8XnNgSlKBAEDkBuAVINDc G+yO1E69mlsfinO+vzJgNc4X3PlHMHLic/2DdFyCuUi4YaYtaDxi7Vl/siW1BBGsSfS2 hZswuIdsGI5BiEhnJDfszaLtBtM7LNXgjoiV4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=wCmkx/0AHBiW2VLYFkYjw9E6AEG7+v9z1b6iUQTdb+GQLx0WwonKjEwBM30U3Ga7cW vqMrA8H2HkSngycFcE43pzlNWB5qDZadn54AMUuyzJ/FP+yME7dkPwAG+BGuzuhYfcgg GoPEq2PvqNas0+LDbc9+4A6fDFLdJT0qSpEJQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch clears the "lost records" flag on each cpu when tracing is disabled.

Without this patch, the next time tracing starts, cpus with lost
records will generate lost record traces, even though buffers are
empty and no tracing has recently happened.

Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx>

Attachment: 20100107-unstable-trace-clear-lost-records-on-disable.diff
Description: Text Data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] xentrace: Clear lost records when disabling tracing, George Dunlap <=