top: provide cmdline argument '-H' to enable thread scanning by default
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Tue, 26 Mar 2019 12:10:21 +0000 (13:10 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 4 Apr 2019 12:14:24 +0000 (14:14 +0200)
commit2b6282117f026cfa2a3e7efee7caa054b6265264
tree1127f82c0841cf66600501362f94f0e9d38b8883
parenta3ce161363380899ae45716c70714cfcc93a7755
top: provide cmdline argument '-H' to enable thread scanning by default

In particular useful when you want to evaluate the threads in batch mode:
    top -Hbn1

function                                             old     new   delta
top_main                                             928     941     +13
packed_usage                                       33317   33319      +2
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 15/0)               Total: 15 bytes

Signed-off-by: Philippe Belet <philippe.belet@nokia.com>
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
procps/top.c