commit | d2cc5ed6949085cfba30ec5228816cf6eb1d02b9 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Mon Sep 25 08:12:04 2017 -0700 |
committer | Tejun Heo <tj@kernel.org> | Mon Sep 25 08:12:04 2017 -0700 |
tree | 52cd7323c6a2068f4ec1b4a08ad8a3ad674f5c81 | |
parent | cfb766da54d98ceb145e1bb0bd11c559569dcbfc [diff] |
cpuacct: Introduce cgroup_account_cputime[_field]() Introduce cgroup_account_cputime[_field]() which wrap cpuacct_charge() and cgroup_account_field(). This doesn't introduce any functional changes and will be used to add cgroup basic resource accounting. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Peter Zijlstra <peterz@infradead.org> Cc: Ingo Molnar <mingo@redhat.com>