All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] cpu subsystem for unified hierarchy.
@ 2016-01-13  8:40 Dongsheng Yang
       [not found] ` <1452674420-31603-1-git-send-email-yangds.fnst-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Dongsheng Yang @ 2016-01-13  8:40 UTC (permalink / raw)
  To: tj-DgEjT+Ai2ygdnm+yROfE0A; +Cc: cgroups-u79uwXL29TY76Z2rM5mHXA, Dongsheng Yang

Hi TJ,
	When I want to improve cpuacct subsystem, you said we are going
to combine cpuacct and cpu subsystem. Then I am here to try to implement
cpu subsystem in unified hierarchy and squash cpuacct in it.

	In [1/2], I implemented the .dfl_cftypes for cpu subsystem. it
includes the all files of cpu subsystem in cgroup1 and some files from
cpuacct subsystem in cgroup1. I did not pick cpuacct.stat from cpuacct
because I am not sure is that necessary.

	In [2/2], I extended the cpu.usage in cpu subsystem, making it
to be able to show user_usage and sys_usage. That's useful in my usecase.

Please help to review, thanx!

Yang

Dongsheng Yang (2):
  sched: implement cpu subsystem for unified hierarchy
  cgroup: cpu subsystem: split cpu usage into user_usage and sys_usage.

 kernel/sched/core.c      | 276 ++++++++++++++++++++++++++++++++++++++++++++++-
 kernel/sched/deadline.c  |   2 +-
 kernel/sched/fair.c      |   2 +-
 kernel/sched/rt.c        |   2 +-
 kernel/sched/sched.h     |  21 ++++
 kernel/sched/stop_task.c |   2 +-
 6 files changed, 299 insertions(+), 6 deletions(-)

-- 
1.8.4.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-01-15  0:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13  8:40 [PATCH 0/2] cpu subsystem for unified hierarchy Dongsheng Yang
     [not found] ` <1452674420-31603-1-git-send-email-yangds.fnst-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2016-01-13  8:40   ` [PATCH 1/2] sched: implement " Dongsheng Yang
2016-01-13  8:40   ` [PATCH 2/2] cgroup: cpu subsystem: split cpu usage into user_usage and sys_usage Dongsheng Yang
2016-01-14 21:57   ` [PATCH 0/2] cpu subsystem for unified hierarchy Tejun Heo
     [not found]     ` <20160114215749.GE3520-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>
2016-01-15  0:44       ` Dongsheng Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.