Merge tag 'trace-fixes-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / include / linux / cgroup_subsys.h
CommitLineData
add0c59d
TH
1/*
2 * List of cgroup subsystems.
3 *
4 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
ddbcc7e8 5 */
7e47682e
AS
6
7/*
8 * This file *must* be included with SUBSYS() defined.
7e47682e
AS
9 */
10
3ed80a62 11#if IS_ENABLED(CONFIG_CPUSETS)
8793d854
PM
12SUBSYS(cpuset)
13#endif
14
3ed80a62 15#if IS_ENABLED(CONFIG_CGROUP_SCHED)
073219e9 16SUBSYS(cpu)
68318b8e
SV
17#endif
18
3ed80a62 19#if IS_ENABLED(CONFIG_CGROUP_CPUACCT)
d842de87
SV
20SUBSYS(cpuacct)
21#endif
22
24dab7a7 23#if IS_ENABLED(CONFIG_BLK_CGROUP)
c165b3e3 24SUBSYS(io)
24dab7a7
TH
25#endif
26
3ed80a62 27#if IS_ENABLED(CONFIG_MEMCG)
073219e9 28SUBSYS(memory)
8cdea7c0
BS
29#endif
30
3ed80a62 31#if IS_ENABLED(CONFIG_CGROUP_DEVICE)
08ce5f16
SH
32SUBSYS(devices)
33#endif
34
3ed80a62 35#if IS_ENABLED(CONFIG_CGROUP_FREEZER)
dc52ddc0
MH
36SUBSYS(freezer)
37#endif
38
3ed80a62 39#if IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)
f4009237
TG
40SUBSYS(net_cls)
41#endif
42
3ed80a62 43#if IS_ENABLED(CONFIG_CGROUP_PERF)
073219e9 44SUBSYS(perf_event)
e5d1367f
SE
45#endif
46
3ed80a62 47#if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
5bc1421e
NH
48SUBSYS(net_prio)
49#endif
50
3ed80a62 51#if IS_ENABLED(CONFIG_CGROUP_HUGETLB)
2bc64a20
AK
52SUBSYS(hugetlb)
53#endif
5533e011 54
49b786ea
AS
55#if IS_ENABLED(CONFIG_CGROUP_PIDS)
56SUBSYS(pids)
57#endif
58
5533e011
TH
59/*
60 * The following subsystems are not supported on the default hierarchy.
61 */
62#if IS_ENABLED(CONFIG_CGROUP_DEBUG)
63SUBSYS(debug)
64#endif
7e47682e 65
add0c59d
TH
66/*
67 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
68 */