Re: [Xen-devel] [PATCH v3 3/5] xentrace: Timestamp support for ARM platform

2016-04-11 Thread Konrad Rzeszutek Wilk
On Mon, Apr 04, 2016 at 02:48:45PM -0400, Benjamin Sanda wrote: > Moved get_cycles() to time.c and modified to return the core timestamp > tick count for use by the trace buffer timestamping routines in > xentrace. get_cycles() was moved to the C file to avoid including the > register specific head

Re: [Xen-devel] [PATCH v3 3/5] xentrace: Timestamp support for ARM platform

2016-04-08 Thread Julien Grall
Hello Benjamin, On 04/04/16 19:48, Benjamin Sanda wrote: Moved get_cycles() to time.c and modified to return the core timestamp tick count for use by the trace buffer timestamping routines in xentrace. get_cycles() was moved to the C file to avoid including the register specific header file in t

[Xen-devel] [PATCH v3 3/5] xentrace: Timestamp support for ARM platform

2016-04-04 Thread Benjamin Sanda
Moved get_cycles() to time.c and modified to return the core timestamp tick count for use by the trace buffer timestamping routines in xentrace. get_cycles() was moved to the C file to avoid including the register specific header file in time.h and to commonize it with the get_s_time() function. Al