]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - kernel/cgroup.c
cgroup: add tracepoints for basic operations
authorTejun Heo <tj@kernel.org>
Wed, 10 Aug 2016 15:23:44 +0000 (11:23 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 10 Aug 2016 15:23:44 +0000 (11:23 -0400)
commited1777de25e45bfb58fad63341904f8a77911785
treee7fb66fbbcee5c7fa0bde752bd6ecf44e65b4d1c
parent4c737b41de7f4eef2a593803bad1b918dd718b10
cgroup: add tracepoints for basic operations

Debugging what goes wrong with cgroup setup can get hairy.  Add
tracepoints for cgroup hierarchy mount, cgroup creation/destruction
and task migration operations for better visibility.

Signed-off-by: Tejun Heo <tj@kernel.org>
include/trace/events/cgroup.h [new file with mode: 0644]
kernel/cgroup.c