Re: [Xen-devel] [PATCH 14/19] xen: credit2: add yet some more tracing

2016-07-07 Thread George Dunlap
On Mon, Jun 20, 2016 at 9:15 AM, Jan Beulich wrote: On 18.06.16 at 01:12, wrote: >> @@ -1484,6 +1489,23 @@ csched2_cpu_pick(const struct scheduler *ops, struct >> vcpu *vc) >> out_up: >> spin_unlock(&prv->lock); >> >> +/* TRACE */ >> +{ >> +struct { >> +uin

Re: [Xen-devel] [PATCH 14/19] xen: credit2: add yet some more tracing

2016-07-07 Thread George Dunlap
On Sat, Jun 18, 2016 at 12:12 AM, Dario Faggioli wrote: > (and fix the style of two labels as well.) > > Signed-off-by: Dario Faggioli Acked-by: George Dunlap > --- > Cc: George Dunlap > Cc: Anshul Makkar > Cc: David Vrabel > --- > xen/common/sched_credit2.c | 58 > +

Re: [Xen-devel] [PATCH 14/19] xen: credit2: add yet some more tracing

2016-06-20 Thread Jan Beulich
>>> On 18.06.16 at 01:12, wrote: > @@ -1484,6 +1489,23 @@ csched2_cpu_pick(const struct scheduler *ops, struct > vcpu *vc) > out_up: > spin_unlock(&prv->lock); > > +/* TRACE */ > +{ > +struct { > +uint64_t b_avgload; > +unsigned vcpu:16, dom:16; > +

[Xen-devel] [PATCH 14/19] xen: credit2: add yet some more tracing

2016-06-17 Thread Dario Faggioli
(and fix the style of two labels as well.) Signed-off-by: Dario Faggioli --- Cc: George Dunlap Cc: Anshul Makkar Cc: David Vrabel --- xen/common/sched_credit2.c | 58 +--- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/xen/common/sched