diff options
author | Paul Menage <menage@google.com> | 2007-10-19 02:39:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-19 14:53:36 -0400 |
commit | 006cb99200a38a8e3b0cbc1be48035a08921e601 (patch) | |
tree | 9bbbc71000469f94dbd4fbc04b4fb2ff8777604b /init/Kconfig | |
parent | 62d0df64065e7c135d0002f069444fbdfc64768f (diff) |
Task Control Groups: simple task cgroup debug info subsystem
This example subsystem exports debugging information as an aid to diagnosing
refcount leaks, etc, in the cgroup framework.
Signed-off-by: Paul Menage <menage@google.com>
Cc: Serge E. Hallyn <serue@us.ibm.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Dave Hansen <haveblue@us.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Paul Jackson <pj@sgi.com>
Cc: Kirill Korotaev <dev@openvz.org>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: Srivatsa Vaddagiri <vatsa@in.ibm.com>
Cc: Cedric Le Goater <clg@fr.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 b59a0a95a0e6..6687f805b38d 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -278,6 +278,16 @@ config CGROUPS | |||
278 | 278 | ||
279 | Say N if unsure. | 279 | Say N if unsure. |
280 | 280 | ||
281 | config CGROUP_DEBUG | ||
282 | bool "Example debug cgroup subsystem" | ||
283 | depends on CGROUPS | ||
284 | help | ||
285 | This option enables a simple cgroup subsystem that | ||
286 | exports useful debugging information about the cgroups | ||
287 | framework | ||
288 | |||
289 | Say N if unsure | ||
290 | |||
281 | config CPUSETS | 291 | config CPUSETS |
282 | bool "Cpuset support" | 292 | bool "Cpuset support" |
283 | depends on SMP && CGROUPS | 293 | depends on SMP && CGROUPS |