commit | ed1777de25e45bfb58fad63341904f8a77911785 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Aug 10 11:23:44 2016 -0400 |
committer | Tejun Heo <tj@kernel.org> | Wed Aug 10 11:23:44 2016 -0400 |
tree | e7fb66fbbcee5c7fa0bde752bd6ecf44e65b4d1c | |
parent | 4c737b41de7f4eef2a593803bad1b918dd718b10 [diff] |
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>