aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index be788c0957d4..20d6bd919b8d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -683,6 +683,16 @@ config CGROUP_MEM_RES_CTLR_SWAP_ENABLED
683 select this option (if, for some reason, they need to disable it 683 select this option (if, for some reason, they need to disable it
684 then noswapaccount does the trick). 684 then noswapaccount does the trick).
685 685
686config CGROUP_PERF
687 bool "Enable perf_event per-cpu per-container group (cgroup) monitoring"
688 depends on PERF_EVENTS && CGROUPS
689 help
690 This option extends the per-cpu mode to restrict monitoring to
691 threads which belong to the cgroup specificied and run on the
692 designated cpu.
693
694 Say N if unsure.
695
686menuconfig CGROUP_SCHED 696menuconfig CGROUP_SCHED
687 bool "Group CPU scheduler" 697 bool "Group CPU scheduler"
688 depends on EXPERIMENTAL 698 depends on EXPERIMENTAL