]> git.ipfire.org Git - thirdparty/util-linux.git/commit
irqtop/lsirq: support softirq
authorzhenwei pi <pizhenwei@bytedance.com>
Mon, 29 Jun 2020 06:19:21 +0000 (14:19 +0800)
committerKarel Zak <kzak@redhat.com>
Thu, 23 Jul 2020 10:23:56 +0000 (12:23 +0200)
commitb6ce063b046f68094699af3f06bb0e20e47a32f9
treecc4ca8d8617082d460bfe19a653905c138653892
parente5ad3a6ad0b416fd89fdd184c78055a80011abe7
irqtop/lsirq: support softirq

Add '-S' or '--softirq' for irqtop/lsirq, instead of interrupts, show
softirqs infomation. Because there is no more description of softirq,
do not show 'NAME' column by default.

Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
include/pathnames.h
sys-utils/irq-common.c
sys-utils/irq-common.h
sys-utils/irqtop.c
sys-utils/lsirq.c