Skip to content

Commit 36929eb

Browse files
etsalhtejun
authored andcommitted
tools/sched_ext: add arena based scheduler
Add a scheduler that uses BPF arenas to manage task context data. Signed-off-by: Emil Tsalapatis <emil@etsalapatis.com> Signed-off-by: Tejun Heo <tj@kernel.org>
1 parent f0262b1 commit 36929eb

4 files changed

Lines changed: 925 additions & 1 deletion

File tree

tools/sched_ext/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ $(INCLUDE_DIR)/%.bpf.skel.h: $(SCXOBJ_DIR)/%.bpf.o $(INCLUDE_DIR)/vmlinux.h $(BP
189189

190190
SCX_COMMON_DEPS := include/scx/common.h include/scx/user_exit_info.h | $(BINDIR)
191191

192-
c-sched-targets = scx_simple scx_cpu0 scx_qmap scx_central scx_flatcg scx_userland scx_pair
192+
c-sched-targets = scx_simple scx_cpu0 scx_qmap scx_central scx_flatcg scx_userland scx_pair scx_sdt
193193

194194
$(addprefix $(BINDIR)/,$(c-sched-targets)): \
195195
$(BINDIR)/%: \

0 commit comments

Comments
 (0)