2002-12-05 14:11:41 +05:30
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2018-06-01 10:45:55 +05:30
|
|
|
# see docs/Kconfig-language.txt.
|
2002-12-05 14:11:41 +05:30
|
|
|
#
|
|
|
|
|
|
|
|
menu "Process Utilities"
|
|
|
|
|
2021-10-12 16:53:29 +05:30
|
|
|
config FEATURE_FAST_TOP
|
|
|
|
bool "Faster /proc scanning code (+100 bytes)"
|
|
|
|
default n # all "fast or small" options default to small
|
|
|
|
help
|
|
|
|
This option makes top and ps ~20% faster (or 20% less CPU hungry),
|
|
|
|
but code size is slightly bigger.
|
2010-06-08 15:45:11 +05:30
|
|
|
|
2009-09-20 01:59:42 +05:30
|
|
|
config FEATURE_SHOW_THREADS
|
2017-01-10 19:28:54 +05:30
|
|
|
bool "Support thread display in ps/pstree/top"
|
2010-06-06 07:44:28 +05:30
|
|
|
default y
|
2010-12-08 22:30:26 +05:30
|
|
|
depends on PS || TOP || PSTREE
|
2009-09-20 01:59:42 +05:30
|
|
|
help
|
2017-07-21 13:20:55 +05:30
|
|
|
Enables the ps -T option, showing of threads in pstree,
|
|
|
|
and 'h' command in top.
|
2009-09-20 01:59:42 +05:30
|
|
|
|
2021-10-12 16:53:29 +05:30
|
|
|
INSERT
|
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
endmenu
|