Re: [Xen-devel] [PATCH 6/7] xen: sched_credit2: more info when dumping

2015-03-16 Thread George Dunlap
On 03/16/2015 05:05 PM, Dario Faggioli wrote: > more specifically, for each runqueue, print what pCPUs > belong to it, which ones are idle and which ones have > been tickled. > > While there, also convert the whole file to use > keyhandler_scratch for printing cpumask-s. > > Signed-off-b: Dario F

[Xen-devel] [PATCH 6/7] xen: sched_credit2: more info when dumping

2015-03-16 Thread Dario Faggioli
more specifically, for each runqueue, print what pCPUs belong to it, which ones are idle and which ones have been tickled. While there, also convert the whole file to use keyhandler_scratch for printing cpumask-s. Signed-off-b: Dario Faggioli Cc: George Dunlap Cc: Jan Beulich Cc: Keir Fraser