|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] no cycles for certain xentrace entries
On Tue, Aug 31, Olaf Hering wrote:
> what is the reason for the empty tsc for some xentracing calls, like
> TRC_HVM_IOPORT_READ?
> It makes sorting the resulting logfile by tsc value difficult because
> the 0 entries end up at the beginning of the logfile.
This change appears to work for me.
So, what is the reason for the cycles parameter to trace_var()?
--- xen-4.0.1-testing.orig/xen/common/trace.c
+++ xen-4.0.1-testing/xen/common/trace.c
@@ -631,6 +631,7 @@ void __trace_var(u32 event, bool_t cycle
if( !tb_init_done )
return;
+ cycles = 1;
/* Convert byte count into word count, rounding up */
extra_word = (extra / sizeof(u32));
if ( (extra % sizeof(u32)) != 0 )
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] no cycles for certain xentrace entries,
Olaf Hering <=
|
|
|
|
|