Symbol: SCX_BUG_ON
tools/sched_ext/include/scx/compat.h
101
SCX_BUG_ON(!n, "btf__name_by_offset()");
tools/sched_ext/include/scx/compat.h
137
SCX_BUG_ON(len <= 0, "read failed (%ld)", len);
tools/sched_ext/include/scx/compat.h
143
SCX_BUG_ON(errno == ERANGE || endptr == buf ||
tools/sched_ext/include/scx/compat.h
165
SCX_BUG_ON(!__COMPAT_struct_has_field("sched_ext_ops", "dump"), \
tools/sched_ext/include/scx/compat.h
169
SCX_BUG_ON(!__skel, "Could not open " #__scx_name); \
tools/sched_ext/include/scx/compat.h
187
SCX_BUG_ON(__scx_name##__load((__skel)), "Failed to load skel"); \
tools/sched_ext/include/scx/compat.h
21
SCX_BUG_ON(!__COMPAT_vmlinux_btf, "btf__load_vmlinux_btf()");
tools/sched_ext/include/scx/compat.h
210
SCX_BUG_ON(__scx_name##__attach((__skel)), "Failed to attach skel"); \
tools/sched_ext/include/scx/compat.h
212
SCX_BUG_ON(!__link, "Failed to attach struct_ops"); \
tools/sched_ext/include/scx/compat.h
39
SCX_BUG_ON(!t, "btf__type_by_id(%d)", tid);
tools/sched_ext/include/scx/compat.h
46
SCX_BUG_ON(!n, "btf__name_by_offset()");
tools/sched_ext/include/scx/compat.h
57
SCX_BUG_ON(!n, "btf__name_by_offset()");
tools/sched_ext/include/scx/compat.h
95
SCX_BUG_ON(!t, "btf__type_by_id(%d)", tid);
tools/sched_ext/scx_central.c
111
SCX_BUG_ON(!cpuset, "Failed to allocate cpuset");
tools/sched_ext/scx_central.c
115
SCX_BUG_ON(sched_setaffinity(0, cpuset_size, cpuset),
tools/sched_ext/scx_pair.c
102
SCX_BUG_ON(i == j,
tools/sched_ext/scx_pair.c
106
SCX_BUG_ON(skel->rodata_pair_cpu->pair_cpu[j] >= 0,
tools/sched_ext/scx_pair.c
130
SCX_BUG_ON(outer_fd < 0, "Failed to get outer_fd: %d", outer_fd);
tools/sched_ext/scx_pair.c
141
SCX_BUG_ON(inner_fd < 0, "Failed to get inner_fd: %d",
tools/sched_ext/scx_pair.c
143
SCX_BUG_ON(bpf_map_update_elem(outer_fd, &i, &inner_fd, BPF_ANY),
tools/sched_ext/scx_userland.c
350
SCX_BUG_ON(err, "Failed to set scheduler to SCHED_EXT");
tools/sched_ext/scx_userland.c
372
SCX_BUG_ON(err, "Failed to prefault and lock address space");
tools/sched_ext/scx_userland.c
400
SCX_BUG_ON(spawn_stats_thread(), "Failed to spawn stats thread");
tools/testing/selftests/sched_ext/init_enable_count.c
89
SCX_BUG_ON(ret, "Failed to set sched to sched_ext");
tools/testing/selftests/sched_ext/init_enable_count.c
99
SCX_BUG_ON(ret, "Failed to reset sched to normal");
tools/testing/selftests/sched_ext/runner.c
219
SCX_BUG_ON(!test_valid(test), "Invalid test found");
tools/testing/selftests/sched_ext/runner.c
220
SCX_BUG_ON(__scx_num_tests >= MAX_SCX_TESTS, "Maximum tests exceeded");
tools/testing/selftests/sched_ext/test_example.c
39
SCX_BUG_ON(!run_called || cleanup_called, "Wrong callbacks invoked");