Searched refs:sched_ext (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-ext.rst | 28 Switching to and from sched_ext 33 options should be enabled to use sched_ext: 55 ``SCHED_EXT`` tasks are scheduled by sched_ext. 68 # make -j16 -C tools/sched_ext 69 # tools/sched_ext/build/bin/scx_simple 81 # cat /sys/kernel/sched_ext/state 83 # cat /sys/kernel/sched_ext/root/ops 92 # cat /sys/kernel/sched_ext/enable_seq 100 # tools/sched_ext/scx_show_state.py 175 * SCHED_BATCH tasks should use sched_ext. [all …]
|
| /linux-6.15/tools/sched_ext/ |
| H A D | README.md | 6 This directory contains a number of example sched_ext schedulers. These 8 that can be built using sched_ext, and illustrate how various features of 9 sched_ext can be used. 51 In order to run a sched_ext scheduler, you'll have to run a kernel compiled 134 kernel with sched_ext support, you may not need to compile a local kernel at 160 for testing and demonstrating different aspects of sched_ext. While some may be 168 A simple scheduler that provides an example of a minimal sched_ext scheduler. 240 vmlinux built with BTF, and with sched_ext support enabled. If you don't, 245 /path/to/sched_ext/tools/sched_ext/user_exit_info.h:25:23: note: forward declaration of 'struct scx…
|
| H A D | Makefile | 60 SCXOBJ_DIR := $(OBJ_DIR)/sched_ext
|
| /linux-6.15/tools/ |
| H A D | Makefile | 94 sched_ext: FORCE target 95 $(call descend,sched_ext) 191 $(call descend,sched_ext,clean)
|
| /linux-6.15/tools/testing/selftests/sched_ext/ |
| H A D | Makefile | 23 SCXTOOLSDIR := $(TOOLSDIR)/sched_ext 24 SCXTOOLSINCDIR := $(TOOLSDIR)/sched_ext/include 30 SCXOBJ_DIR := $(OBJ_DIR)/sched_ext
|
| /linux-6.15/include/trace/events/ |
| H A D | sched_ext.h | 3 #define TRACE_SYSTEM sched_ext
|
| /linux-6.15/kernel/ |
| H A D | Kconfig.preempt | 158 This option enables a new scheduler class sched_ext (SCX), which 170 sched_ext leverages BPF struct_ops feature to define a structure 173 exported by sched_ext is struct sched_ext_ops, and is conceptually
|
| /linux-6.15/tools/testing/selftests/ |
| H A D | Makefile | 96 TARGETS += sched_ext 143 SKIP_TARGETS ?= bpf sched_ext
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 21819 T: git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git 21822 F: tools/sched_ext/ 21823 F: tools/testing/selftests/sched_ext
|