diff options
| author | Jay Lan <jlan@engr.sgi.com> | 2006-10-01 02:28:58 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 03:39:29 -0400 |
| commit | 9acc1853519a0473620d424105f9d49ea5b4e62e (patch) | |
| tree | fd4d03bf82ea604e71f8e805e557023226c2dd42 /init | |
| parent | f3cef7a99469afc159fec3a61b42dc7ca5b6824f (diff) | |
[PATCH] csa: Extended system accounting over taskstats
Add extended system accounting handling over taskstats interface. A
CONFIG_TASK_XACCT flag is created to enable the extended accounting code.
Signed-off-by: Jay Lan <jlan@sgi.com>
Cc: Shailabh Nagar <nagar@watson.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: Jes Sorensen <jes@sgi.com>
Cc: Chris Sturtivant <csturtiv@sgi.com>
Cc: Tony Ernst <tee@sgi.com>
Cc: Guillaume Thouvenin <guillaume.thouvenin@bull.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
| -rw-r--r-- | init/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index d2d72704f875..f7a04d0daf07 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -257,6 +257,15 @@ config CC_OPTIMIZE_FOR_SIZE | |||
| 257 | 257 | ||
| 258 | If unsure, say N. | 258 | If unsure, say N. |
| 259 | 259 | ||
| 260 | config TASK_XACCT | ||
| 261 | bool "Enable extended accounting over taskstats (EXPERIMENTAL)" | ||
| 262 | depends on TASKSTATS | ||
| 263 | help | ||
| 264 | Collect extended task accounting data and send the data | ||
| 265 | to userland for processing over the taskstats interface. | ||
| 266 | |||
| 267 | Say N if unsure. | ||
| 268 | |||
| 260 | config SYSCTL | 269 | config SYSCTL |
| 261 | bool | 270 | bool |
| 262 | 271 | ||
