| commit | 5337525265644c415e124e7e95f64772e9e43c21 | [log] [tgz] |
|---|---|---|
| author | Joel Fernandes <[email protected]> | Tue Jun 20 15:55:26 2017 -0700 |
| committer | Joel Fernandes <[email protected]> | Wed Jun 21 10:48:30 2017 -0700 |
| tree | a85349ec789789207e674e5d96b52a5ef0179239 | |
| parent | 4bf0be2f1f065bdbeb5e55f86280147fc18b8ae7 [diff] |
cgroups: Add support to dump fake attach events
With this its possible for users to dump the initial cgroup state into
the traces with something like the following:
cgroup = te.target.cgroups.controllers['cpuset'].cgroup('/foreground')
cgroup.trace_cgroup_tasks()
Change-Id: I1f3741ff4fdc052651a48b44a0489f17c217961c
Signed-off-by: Joel Fernandes <[email protected]>