blob: 7fcce98c5a17b22d414c0ea9d23bf276c782bc28 [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
Kartik Agaram43b17b12018-05-31 22:15:55 -07003# see docs/Kconfig-language.txt.
Eric Andersenc9f20d92002-12-05 08:41:41 +00004#
5
6menu "Process Utilities"
7
Denys Vlasenko94c78aa2021-10-12 13:23:29 +02008config FEATURE_FAST_TOP
9 bool "Faster /proc scanning code (+100 bytes)"
10 default n # all "fast or small" options default to small
11 help
12 This option makes top and ps ~20% faster (or 20% less CPU hungry),
13 but code size is slightly bigger.
Denys Vlasenkod70e0e92010-06-08 12:15:11 +020014
Denys Vlasenkob410d4a2009-09-19 22:29:42 +020015config FEATURE_SHOW_THREADS
Denys Vlasenkof5604222017-01-10 14:58:54 +010016 bool "Support thread display in ps/pstree/top"
Denys Vlasenko2f32bf82010-06-06 04:14:28 +020017 default y
Lauri Kasanenda6fb7e2010-12-08 19:00:26 +020018 depends on PS || TOP || PSTREE
Denys Vlasenkob410d4a2009-09-19 22:29:42 +020019 help
Denys Vlasenko72089cf2017-07-21 09:50:55 +020020 Enables the ps -T option, showing of threads in pstree,
21 and 'h' command in top.
Denys Vlasenkob410d4a2009-09-19 22:29:42 +020022
Denys Vlasenko94c78aa2021-10-12 13:23:29 +020023INSERT
24
Eric Andersenc9f20d92002-12-05 08:41:41 +000025endmenu