diff options
author | Tejun Heo <tj@kernel.org> | 2013-04-09 02:00:38 (GMT) |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-04-10 18:07:16 (GMT) |
commit | ef824fa129b7579f56b92d466ecda2e378879806 (patch) | |
tree | 4a0e244bae94fffd4cc37d5ddaa73edad3fa2882 /net/sched/cls_fw.c | |
parent | 78574cf981cd3d9ae9f6adbd466a772310ec24ff (diff) | |
download | linux-ef824fa129b7579f56b92d466ecda2e378879806.tar.xz |
perf: make perf_event cgroup hierarchical
perf_event is one of a couple remaining cgroup controllers with broken
hierarchy support. Converting it to support hierarchy is almost
trivial. The only thing necessary is to consider a task belonging to
a descendant cgroup as a match. IOW, if the cgroup of the currently
executing task (@cpuctx->cgrp) equals or is a descendant of the
event's cgroup (@event->cgrp), then the event should be enabled.
Implement hierarchy support and remove .broken_hierarchy tag along
with the incorrect comment on what needs to be done for hierarchy
support.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Cc: Stephane Eranian <eranian@google.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Diffstat (limited to 'net/sched/cls_fw.c')
0 files changed, 0 insertions, 0 deletions