Searched refs:sched_ext (Results 1 – 5 of 5) sorted by relevance
6 This directory contains a number of example sched_ext schedulers. These8 that can be built using sched_ext, and illustrate how various features of9 sched_ext can be used.51 In order to run a sched_ext scheduler, you'll have to run a kernel compiled134 kernel with sched_ext support, you may not need to compile a local kernel at160 for testing and demonstrating different aspects of sched_ext. While some may be168 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…
60 SCXOBJ_DIR := $(OBJ_DIR)/sched_ext
95 sched_ext: FORCE target96 $(call descend,sched_ext)198 $(call descend,sched_ext,clean)
23 SCXTOOLSDIR := $(TOOLSDIR)/sched_ext24 SCXTOOLSINCDIR := $(TOOLSDIR)/sched_ext/include30 SCXOBJ_DIR := $(OBJ_DIR)/sched_ext
100 TARGETS += sched_ext147 SKIP_TARGETS ?= bpf sched_ext
Completed in 9 milliseconds