[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231031125928.235685-1-yajun.deng@linux.dev>
Date: Tue, 31 Oct 2023 20:59:25 +0800
From: Yajun Deng <yajun.deng@...ux.dev>
To: mingo@...hat.com, peterz@...radead.org, juri.lelli@...hat.com,
vincent.guittot@...aro.org, dietmar.eggemann@....com,
rostedt@...dmis.org, bsegall@...gle.com, mgorman@...e.de,
bristot@...hat.com, vschneid@...hat.com
Cc: linux-kernel@...r.kernel.org, Yajun Deng <yajun.deng@...ux.dev>
Subject: [PATCH v3 0/3] Use update_current_exec_runtime simplify code
update_current_exec_runtime would update execution time for each task,
we can use update_current_exec_runtime simplify code.
The 1st and 2nd patch update update_current_exec_runtime() applies to all
callers.
The 3rd patch use update_current_exec_runtime simplify update_curr.
Yajun Deng (3):
sched: Don't account execution time for task group
sched: Don't trace stat runtime for task group
sched/fair: Simplify update_curr()
kernel/sched/deadline.c | 4 +---
kernel/sched/fair.c | 13 +++----------
kernel/sched/rt.c | 5 ++---
kernel/sched/sched.h | 11 +++++++----
kernel/sched/stop_task.c | 2 +-
5 files changed, 14 insertions(+), 21 deletions(-)
--
2.25.1
Powered by blists - more mailing lists