[PATCH v3 0/2] Fix and extend cpu.stat

Abel Wu posted 2 patches 1 year ago
There is a newer version of this series
include/linux/cgroup-defs.h |  3 +++
include/linux/kernel_stat.h | 14 ++++++++++
kernel/cgroup/rstat.c       | 54 ++++++++++++++++++++++++++-----------
kernel/sched/cputime.c      | 12 +++++++++
kernel/sched/stats.h        |  3 +++
5 files changed, 70 insertions(+), 16 deletions(-)
[PATCH v3 0/2] Fix and extend cpu.stat
Posted by Abel Wu 1 year ago
Patch 1: fixes an issue that forceidle time can be inconsistant with
other cputimes.
Patch 2: extend run_delay accounting to cgroup to show how severely
a cgroup is stalled.

v3:
 - Drop the cleanup patch. (Tejun)
 - Modified 2nd patch's commit log.
v2:
 - Fix internal function naming. (Michal Koutny)


Abel Wu (2):
  cgroup/rstat: Fix forceidle time in cpu.stat
  cgroup/rstat: Add run_delay accounting for cgroups

 include/linux/cgroup-defs.h |  3 +++
 include/linux/kernel_stat.h | 14 ++++++++++
 kernel/cgroup/rstat.c       | 54 ++++++++++++++++++++++++++-----------
 kernel/sched/cputime.c      | 12 +++++++++
 kernel/sched/stats.h        |  3 +++
 5 files changed, 70 insertions(+), 16 deletions(-)

-- 
2.37.3