Re: [PATCH 13/25] context_tracking: Introduce context_tracking_enabled_cpu()

2018-11-20 Thread Peter Zijlstra
On Wed, Nov 14, 2018 at 03:45:57AM +0100, Frederic Weisbecker wrote: > This allows us to check if a remote CPU runs context tracking > (ie: is nohz_full). We'll need that to reliably support "nice" > accounting on kcpustat. > > Signed-off-by: Frederic Weisbecker > Cc: Yauheni Kaliuta > Cc:

Re: [PATCH 13/25] context_tracking: Introduce context_tracking_enabled_cpu()

2018-11-20 Thread Peter Zijlstra
On Wed, Nov 14, 2018 at 03:45:57AM +0100, Frederic Weisbecker wrote: > This allows us to check if a remote CPU runs context tracking > (ie: is nohz_full). We'll need that to reliably support "nice" > accounting on kcpustat. > > Signed-off-by: Frederic Weisbecker > Cc: Yauheni Kaliuta > Cc:

[PATCH 13/25] context_tracking: Introduce context_tracking_enabled_cpu()

2018-11-13 Thread Frederic Weisbecker
This allows us to check if a remote CPU runs context tracking (ie: is nohz_full). We'll need that to reliably support "nice" accounting on kcpustat. Signed-off-by: Frederic Weisbecker Cc: Yauheni Kaliuta Cc: Thomas Gleixner Cc: Rik van Riel Cc: Peter Zijlstra Cc: Wanpeng Li Cc: Ingo Molnar

[PATCH 13/25] context_tracking: Introduce context_tracking_enabled_cpu()

2018-11-13 Thread Frederic Weisbecker
This allows us to check if a remote CPU runs context tracking (ie: is nohz_full). We'll need that to reliably support "nice" accounting on kcpustat. Signed-off-by: Frederic Weisbecker Cc: Yauheni Kaliuta Cc: Thomas Gleixner Cc: Rik van Riel Cc: Peter Zijlstra Cc: Wanpeng Li Cc: Ingo Molnar