Re: [Xen-devel] [PATCH 11/24] tools: tracing: handle more scheduling related events.

2016-09-20 Thread George Dunlap
On 17/08/16 18:18, Dario Faggioli wrote: > There are some scheduling related trace records that > are not being taken care of (and hence only dumped as > raw records). > > Some of them are being introduced in this series, while > other were just neglected by previous patches. > > Add support for

[Xen-devel] [PATCH 11/24] tools: tracing: handle more scheduling related events.

2016-08-17 Thread Dario Faggioli
There are some scheduling related trace records that are not being taken care of (and hence only dumped as raw records). Some of them are being introduced in this series, while other were just neglected by previous patches. Add support for them. Signed-off-by: Dario Faggioli --- Cc: George Dunl