blob: 0bd390ce98b2a9e9fd5fa69a697bb3d02f252194 [file] [log] [blame]
Paul Menageddbcc7e2007-10-18 23:39:30 -07001/* Add subsystem definitions of the form SUBSYS(<name>) in this
2 * file. Surround each one by a line of comment markers so that
3 * patches don't collide
4 */
5
6/* */
7
8/* */
9
Paul Menage8793d852007-10-18 23:39:39 -070010#ifdef CONFIG_CPUSETS
11SUBSYS(cpuset)
12#endif
13
14/* */
15
Paul Menage006cb992007-10-18 23:39:43 -070016#ifdef CONFIG_CGROUP_DEBUG
17SUBSYS(debug)
18#endif
19
Paul Menageddbcc7e2007-10-18 23:39:30 -070020/* */
Serge E. Hallyn858d72e2007-10-18 23:39:45 -070021
Peter Zijlstra052f1dc2008-02-13 15:45:40 +010022#ifdef CONFIG_CGROUP_SCHED
Srivatsa Vaddagiri68318b82007-10-18 23:41:03 -070023SUBSYS(cpu_cgroup)
24#endif
25
26/* */
Srivatsa Vaddagirid842de82007-12-02 20:04:49 +010027
28#ifdef CONFIG_CGROUP_CPUACCT
29SUBSYS(cpuacct)
30#endif
31
32/* */
33
Balbir Singh00f0b822008-03-04 14:28:39 -080034#ifdef CONFIG_CGROUP_MEM_RES_CTLR
Balbir Singh8cdea7c2008-02-07 00:13:50 -080035SUBSYS(mem_cgroup)
36#endif
37
38/* */
Serge E. Hallyn08ce5f12008-04-29 01:00:10 -070039
40#ifdef CONFIG_CGROUP_DEVICE
41SUBSYS(devices)
42#endif
43
44/* */
Matt Helsleydc52ddc2008-10-18 20:27:21 -070045
46#ifdef CONFIG_CGROUP_FREEZER
47SUBSYS(freezer)
48#endif
49
50/* */
Thomas Graff4009232008-11-07 22:56:00 -080051
52#ifdef CONFIG_NET_CLS_CGROUP
53SUBSYS(net_cls)
54#endif
55
56/* */
Vivek Goyal31e4c282009-12-03 12:59:42 -050057
58#ifdef CONFIG_BLK_CGROUP
59SUBSYS(blkio)
60#endif
61
Neil Horman5bc14212011-11-22 05:10:51 +000062/* */
63
Stephane Eraniane5d13672011-02-14 11:20:01 +020064#ifdef CONFIG_CGROUP_PERF
65SUBSYS(perf)
66#endif
67
Vivek Goyal31e4c282009-12-03 12:59:42 -050068/* */
Neil Horman5bc14212011-11-22 05:10:51 +000069
70#ifdef CONFIG_NETPRIO_CGROUP
71SUBSYS(net_prio)
72#endif
73
74/* */