diff options
author | Tejun Heo <tj@kernel.org> | 2025-04-29 21:40:10 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2025-04-29 21:40:10 +0300 |
commit | 48e12677738663c6ac7be6abe7b216ec74a5b6e6 (patch) | |
tree | 9e6c5d0673767ff77450e326f84265b07cd955ca /tools/perf/scripts/python/stackcollapse.py | |
parent | ce565f839c9e1c0952588f2b17ed4b02650f94b0 (diff) | |
download | linux-48e12677738663c6ac7be6abe7b216ec74a5b6e6.tar.xz |
sched_ext: Introduce scx_sched
To support multiple scheduler instances, collect some of the global
variables that should be specific to a scheduler instance into the new
struct scx_sched. scx_root is the root scheduler instance and points to a
static instance of struct scx_sched. Except for an extra dereference through
the scx_root pointer, this patch makes no functional changes.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Andrea Righi <arighi@nvidia.com>
Acked-by: Changwoo Min <changwoo@igalia.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions