Re: [PATCH] xen: make some per-scheduler performance counters sched global ones

2021-12-16 Thread Stefano Stabellini
On Thu, 16 Dec 2021, Jan Beulich wrote: > On 16.12.2021 06:45, Juergen Gross wrote: > > Some performance counters listed to be credit or credit2 specific are > > being used by the null scheduler, too. > > > > Make those sched global ones. > > > > Fixes: ab6ba8c6753fa76 ("perfc: conditionalize cre

Re: [PATCH] xen: make some per-scheduler performance counters sched global ones

2021-12-16 Thread Jan Beulich
On 16.12.2021 06:45, Juergen Gross wrote: > Some performance counters listed to be credit or credit2 specific are > being used by the null scheduler, too. > > Make those sched global ones. > > Fixes: ab6ba8c6753fa76 ("perfc: conditionalize credit/credit2 counters") > Signed-off-by: Juergen Gross

[PATCH] xen: make some per-scheduler performance counters sched global ones

2021-12-15 Thread Juergen Gross
Some performance counters listed to be credit or credit2 specific are being used by the null scheduler, too. Make those sched global ones. Fixes: ab6ba8c6753fa76 ("perfc: conditionalize credit/credit2 counters") Signed-off-by: Juergen Gross --- xen/include/xen/perfc_defn.h | 6 +++--- 1 file ch