cgtop: Fix processing of controllers other than CPU
authorSzabolcs Fruhwald <sfruhwald@google.com>
Wed, 20 Feb 2019 20:38:50 +0000 (12:38 -0800)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Feb 2019 10:00:10 +0000 (11:00 +0100)
commit5fe74e893c7939a360dc4eb75dbf3f540526c968
tree087a56acba1f3042d4421a02fd0f3d483a9e398d
parent804f8e1729e7663c75a88fcf0997539442b891d7
cgtop: Fix processing of controllers other than CPU

After debugging the issue with gdb, I found that the following change

 94ddb08 "cgtop: Still try to get CPU statistics if controller-free"

has introduced a bug, which prevents process(..) method processing
memory and io controllers when cpu_accounting_is_cheap() is true.
The obvious fix is to move this branch to be the last one, keeping
the intended behavior of the above change, without having a negative
effect on the other controllers.

Fixes #11773 [systemd-cgtop no longer shows memory (and io) usage]
src/cgtop/cgtop.c