Kconfig (c757249af152c59fd74b85e52e8c090acb33d9c0) Kconfig (6f44993fe1d7b2b097f6ac60cd5835c6f5ca0874)
1config DEFCONFIG_LIST
2 string
3 option defconfig_list
4 default "/lib/modules/$UNAME_RELEASE/.config"
5 default "/etc/kernel-config"
6 default "/boot/config-$UNAME_RELEASE"
7 default "arch/$ARCH/defconfig"
8

--- 159 unchanged lines hidden (view full) ---

168 statistics are available during the lifetime of tasks/processes as
169 responses to commands. Like BSD accounting, they are sent to user
170 space on task exit.
171
172 Say N if unsure.
173
174config TASK_DELAY_ACCT
175 bool "Enable per-task delay accounting (EXPERIMENTAL)"
1config DEFCONFIG_LIST
2 string
3 option defconfig_list
4 default "/lib/modules/$UNAME_RELEASE/.config"
5 default "/etc/kernel-config"
6 default "/boot/config-$UNAME_RELEASE"
7 default "arch/$ARCH/defconfig"
8

--- 159 unchanged lines hidden (view full) ---

168 statistics are available during the lifetime of tasks/processes as
169 responses to commands. Like BSD accounting, they are sent to user
170 space on task exit.
171
172 Say N if unsure.
173
174config TASK_DELAY_ACCT
175 bool "Enable per-task delay accounting (EXPERIMENTAL)"
176 depends on TASKSTATS
176 help
177 Collect information on time spent by a task waiting for system
178 resources like cpu, synchronous block I/O completion and swapping
179 in pages. Such statistics can help in setting a task's priorities
180 relative to other tasks for cpu, io, rss limits etc.
181
182 Say N if unsure.
183

--- 332 unchanged lines hidden ---
177 help
178 Collect information on time spent by a task waiting for system
179 resources like cpu, synchronous block I/O completion and swapping
180 in pages. Such statistics can help in setting a task's priorities
181 relative to other tasks for cpu, io, rss limits etc.
182
183 Say N if unsure.
184

--- 332 unchanged lines hidden ---