From b410d4ada73e9ebb30b2b50266a13c30479f5f21 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 19 Sep 2009 22:29:42 +0200 Subject: ps,top: add an option to show threads. +260 bytes of code Signed-off-by: Denys Vlasenko --- procps/Config.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'procps/Config.in') diff --git a/procps/Config.in b/procps/Config.in index 9146ff6bf..6a9a36638 100644 --- a/procps/Config.in +++ b/procps/Config.in @@ -188,6 +188,13 @@ config FEATURE_TOPMEM help Enable 's' in top (gives lots of memory info). +config FEATURE_SHOW_THREADS + bool "Support for showing threads in ps/top" + default n + depends on PS || TOP + help + Enables ps -T option and 'h' command in top + config UPTIME bool "uptime" default n @@ -203,5 +210,4 @@ config WATCH watch is used to execute a program periodically, showing output to the screen. - endmenu -- cgit v1.2.3