diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index a5b073a103e7..90498a3e53da 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -158,6 +158,16 @@ config BSD_PROCESS_ACCT_V3 | |||
158 | for processing it. A preliminary version of these tools is available | 158 | for processing it. A preliminary version of these tools is available |
159 | at <http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/>. | 159 | at <http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/>. |
160 | 160 | ||
161 | config TASK_DELAY_ACCT | ||
162 | bool "Enable per-task delay accounting (EXPERIMENTAL)" | ||
163 | help | ||
164 | Collect information on time spent by a task waiting for system | ||
165 | resources like cpu, synchronous block I/O completion and swapping | ||
166 | in pages. Such statistics can help in setting a task's priorities | ||
167 | relative to other tasks for cpu, io, rss limits etc. | ||
168 | |||
169 | Say N if unsure. | ||
170 | |||
161 | config SYSCTL | 171 | config SYSCTL |
162 | bool "Sysctl support" if EMBEDDED | 172 | bool "Sysctl support" if EMBEDDED |
163 | default y | 173 | default y |