diff options
author | Tejun Heo <tj@kernel.org> | 2025-04-09 22:05:59 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2025-04-09 22:05:59 +0300 |
commit | cc39454c341e02b929e565f8a37cfe9b18c7a0a9 (patch) | |
tree | d1582284ac42a54cb95c19c936f080442da5cebc /tools/perf/scripts/python/export-to-postgresql.py | |
parent | d75ee2d6781f4c04e56a467d88f710a758ad8b81 (diff) | |
download | linux-cc39454c341e02b929e565f8a37cfe9b18c7a0a9.tar.xz |
sched_ext: Remove scx_ops_enq_* static_keys
scx_ops_enq_last/exiting/migration_disabled are used to encode the
corresponding SCX_OPS_ flags into static_keys. These flags aren't hot enough
for static_key usage to make any meaningful difference and are made
static_keys mostly because there was no reason not to. However, global
static_keys can't work with the planned hierarchical multiple scheduler
support. Remove the static_keys and test the ops flags directly.
In repeated hackbench runs before and after static_keys removal on an AMD
Ryzen 3900X, I couldn't tell any measurable performance difference.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Changwoo Min <changwoo@igalia.com>
Acked-by: Andrea Righi <arighi@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions