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: update __trace_var comment

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] xentrace: update __trace_var comment
From: Olaf Hering <olaf@xxxxxxxxx>
Date: Sun, 17 Jul 2011 17:28:14 +0200
Cc: George Dunlap <George.Dunlap@xxxxxxxxxxxxx>
Delivery-date: Sun, 17 Jul 2011 08:28:56 -0700
Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1310916498; l=1219; s=domk; d=aepfle.de; h=Cc:To:From:Date:Subject:Content-Transfer-Encoding:MIME-Version: Content-Type:X-RZG-CLASS-ID:X-RZG-AUTH; bh=XTAndxKtF3V0shPZtZIoYPG31VQ=; b=SLDw1F4fmp+DoVJOmpvlxMyDjSKPkn/IuNQ3ba3iN7pKnRe4wel54oqbhg/Vz2ftz2O 9LS3/guOjuhfIZwhmR6Yv2jn/WH5vTB3SGT+Jlfs+PI6ZiJXTMze9v9Oe9upskr0v4Wms tdcEIXY30sm87k+f8jBWze/srU538DKre0Y=
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
User-agent: Mercurial-patchbomb/1.7.5
# HG changeset patch
# User Olaf Hering <olaf@xxxxxxxxx>
# Date 1310916192 -7200
# Node ID bb2b4d278c248211017bc3ec78d1c9f8503df43f
# Parent  fbb448cf5cba5f441ad94f7783a0a1394fd638f9
xentrace: update __trace_var comment

Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>

diff -r fbb448cf5cba -r bb2b4d278c24 xen/common/trace.c
--- a/xen/common/trace.c
+++ b/xen/common/trace.c
@@ -657,13 +657,13 @@ static DECLARE_SOFTIRQ_TASKLET(trace_not
                                trace_notify_dom0, 0);
 
 /**
- * trace - Enters a trace tuple into the trace buffer for the current CPU.
+ * __trace_var - Enters a trace tuple into the trace buffer for the current 
CPU.
  * @event: the event type being logged
- * @d1...d5: the data items for the event being logged
+ * @cycles: include tsc timestamp into trace record
+ * @extra: size of additional trace data in bytes
+ * @extra_data: pointer to additional trace data
  *
- * Logs a trace record into the appropriate buffer.  Returns nonzero on
- * failure, otherwise 0.  Failure occurs only if the trace buffers are not yet
- * initialised.
+ * Logs a trace record into the appropriate buffer.
  */
 void __trace_var(u32 event, bool_t cycles, unsigned int extra,
                  const void *extra_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: update __trace_var comment, Olaf Hering <=