diff options
Diffstat (limited to 'init/Kconfig')
| -rw-r--r-- | init/Kconfig | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 2c5aa3407d6b..1862c6893078 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
| @@ -326,10 +326,25 @@ source "kernel/time/Kconfig" | |||
| 326 | 326 | ||
| 327 | menu "CPU/Task time and stats accounting" | 327 | menu "CPU/Task time and stats accounting" |
| 328 | 328 | ||
| 329 | choice | ||
| 330 | prompt "Cputime accounting" | ||
| 331 | default TICK_CPU_ACCOUNTING if !PPC64 | ||
| 332 | default VIRT_CPU_ACCOUNTING if PPC64 | ||
| 333 | |||
| 334 | # Kind of a stub config for the pure tick based cputime accounting | ||
| 335 | config TICK_CPU_ACCOUNTING | ||
| 336 | bool "Simple tick based cputime accounting" | ||
| 337 | depends on !S390 | ||
| 338 | help | ||
| 339 | This is the basic tick based cputime accounting that maintains | ||
| 340 | statistics about user, system and idle time spent on per jiffies | ||
| 341 | granularity. | ||
| 342 | |||
| 343 | If unsure, say Y. | ||
| 344 | |||
| 329 | config VIRT_CPU_ACCOUNTING | 345 | config VIRT_CPU_ACCOUNTING |
| 330 | bool "Deterministic task and CPU time accounting" | 346 | bool "Deterministic task and CPU time accounting" |
| 331 | depends on HAVE_VIRT_CPU_ACCOUNTING | 347 | depends on HAVE_VIRT_CPU_ACCOUNTING |
| 332 | default y if PPC64 | ||
| 333 | help | 348 | help |
| 334 | Select this option to enable more accurate task and CPU time | 349 | Select this option to enable more accurate task and CPU time |
| 335 | accounting. This is done by reading a CPU counter on each | 350 | accounting. This is done by reading a CPU counter on each |
| @@ -339,6 +354,19 @@ config VIRT_CPU_ACCOUNTING | |||
| 339 | this also enables accounting of stolen time on logically-partitioned | 354 | this also enables accounting of stolen time on logically-partitioned |
| 340 | systems. | 355 | systems. |
| 341 | 356 | ||
| 357 | config IRQ_TIME_ACCOUNTING | ||
| 358 | bool "Fine granularity task level IRQ time accounting" | ||
| 359 | depends on HAVE_IRQ_TIME_ACCOUNTING | ||
| 360 | help | ||
| 361 | Select this option to enable fine granularity task irq time | ||
| 362 | accounting. This is done by reading a timestamp on each | ||
| 363 | transitions between softirq and hardirq state, so there can be a | ||
| 364 | small performance impact. | ||
| 365 | |||
| 366 | If in doubt, say N here. | ||
| 367 | |||
| 368 | endchoice | ||
| 369 | |||
| 342 | config BSD_PROCESS_ACCT | 370 | config BSD_PROCESS_ACCT |
| 343 | bool "BSD Process Accounting" | 371 | bool "BSD Process Accounting" |
| 344 | help | 372 | help |
